Struct vk_sys::MVKDeviceConfiguration
source · #[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
supportDisplayContentsScale: Bool32imageFlipY: Bool32shaderConversionFlipFragmentY: Bool32shaderConversionFlipVertexY: Bool32shaderConversionLogging: Bool32performanceTracking: Bool32performanceLoggingFrameCount: u32Auto Trait Implementations
impl RefUnwindSafe for MVKDeviceConfiguration
impl Send for MVKDeviceConfiguration
impl Sync for MVKDeviceConfiguration
impl Unpin for MVKDeviceConfiguration
impl UnwindSafe for MVKDeviceConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more