#[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: Bool32
§imageFlipY: Bool32
§shaderConversionFlipFragmentY: Bool32
§shaderConversionFlipVertexY: Bool32
§shaderConversionLogging: Bool32
§performanceTracking: Bool32
§performanceLoggingFrameCount: u32
Auto Trait Implementations§
impl Freeze for MVKDeviceConfiguration
impl RefUnwindSafe for MVKDeviceConfiguration
impl Send for MVKDeviceConfiguration
impl Sync for MVKDeviceConfiguration
impl Unpin for MVKDeviceConfiguration
impl UnwindSafe for MVKDeviceConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more