pub type DeviceImageSubresourceInfoKHR = DeviceImageSubresourceInfo;Aliased Type§
#[repr(C)]pub struct DeviceImageSubresourceInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_create_info: *const ImageCreateInfo,
pub p_subresource: *const ImageSubresource2,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_IMAGE_SUBRESOURCE_INFO.
p_next: *const c_voidOptional, may be null.
p_create_info: *const ImageCreateInfo§p_subresource: *const ImageSubresource2