VkRenderingAttachmentLocationInfoKHR

Type Alias VkRenderingAttachmentLocationInfoKHR 

Source
pub type VkRenderingAttachmentLocationInfoKHR = VkRenderingAttachmentLocationInfo;

Aliased Type§

#[repr(C)]
pub struct VkRenderingAttachmentLocationInfoKHR { pub sType: u32, pub pNext: *const c_void, pub colorAttachmentCount: u32, pub pColorAttachmentLocations: *const u32, }

Fields§

§sType: u32§pNext: *const c_void§colorAttachmentCount: u32§pColorAttachmentLocations: *const u32