Struct vk_sys::MemoryType [] [src]

pub struct MemoryType {
    pub propertyFlags: MemoryPropertyFlags,
    pub heapIndex: u32,
}

Fields