Type Alias ash::vk::ImageMemoryRequirementsInfo2KHR
source · pub type ImageMemoryRequirementsInfo2KHR = ImageMemoryRequirementsInfo2;
Aliased Type§
struct ImageMemoryRequirementsInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§image: Image