Skip to main content

ImageSubresource2KHR

Type Alias ImageSubresource2KHR 

Source
pub type ImageSubresource2KHR = ImageSubresource2;

Aliased Type§

#[repr(C)]
pub struct ImageSubresource2KHR { pub s_type: StructureType, pub p_next: *mut c_void, pub image_subresource: ImageSubresource, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2.

§p_next: *mut c_void

Optional, may be null.

§image_subresource: ImageSubresource