VkImageSubresource2KHR

Type Alias VkImageSubresource2KHR 

Source
pub type VkImageSubresource2KHR = VkImageSubresource2;

Aliased Type§

#[repr(C)]
pub struct VkImageSubresource2KHR { pub sType: u32, pub pNext: *mut c_void, pub imageSubresource: VkImageSubresource, }

Fields§

§sType: u32§pNext: *mut c_void§imageSubresource: VkImageSubresource