Skip to main content

ImageSparseMemoryRequirementsInfo2KHR

Type Alias ImageSparseMemoryRequirementsInfo2KHR 

Source
pub type ImageSparseMemoryRequirementsInfo2KHR = ImageSparseMemoryRequirementsInfo2;

Aliased Type§

#[repr(C)]
pub struct ImageSparseMemoryRequirementsInfo2KHR { pub s_type: StructureType, pub p_next: *const c_void, pub image: Image, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2.

§p_next: *const c_void

Optional, may be null.

§image: Image