Struct vk_sys::MVKPhysicalDeviceMetalFeatures [] [src]

#[repr(C)]
pub struct MVKPhysicalDeviceMetalFeatures { pub depthClipMode: Bool32, pub indirectDrawing: Bool32, pub baseVertexInstanceDrawing: Bool32, pub maxVertexBufferCount: u32, pub maxFragmentBufferCount: u32, pub bufferAlignment: DeviceSize, pub pushConstantsAlignment: DeviceSize, }

Fields