Struct vk_sys::MVKDeviceConfiguration [] [src]

#[repr(C)]
pub struct MVKDeviceConfiguration { pub supportDisplayContentsScale: Bool32, pub imageFlipY: Bool32, pub shaderConversionFlipFragmentY: Bool32, pub shaderConversionFlipVertexY: Bool32, pub shaderConversionLogging: Bool32, pub performanceTracking: Bool32, pub performanceLoggingFrameCount: u32, }

Fields