Struct vk_sys::PhysicalDeviceMemoryProperties2KHR [] [src]

#[repr(C)]
pub struct PhysicalDeviceMemoryProperties2KHR { pub sType: StructureType, pub pNext: *const c_void, pub memoryProperties: PhysicalDeviceMemoryProperties, }

Fields