VkSubpassDescription2KHR

Type Alias VkSubpassDescription2KHR 

Source
pub type VkSubpassDescription2KHR = VkSubpassDescription2;

Aliased Type§

#[repr(C)]
pub struct VkSubpassDescription2KHR {
Show 13 fields pub sType: u32, pub pNext: *const c_void, pub flags: u32, pub pipelineBindPoint: u32, pub viewMask: u32, pub inputAttachmentCount: u32, pub pInputAttachments: *const VkAttachmentReference2, pub colorAttachmentCount: u32, pub pColorAttachments: *const VkAttachmentReference2, pub pResolveAttachments: *const VkAttachmentReference2, pub pDepthStencilAttachment: *const VkAttachmentReference2, pub preserveAttachmentCount: u32, pub pPreserveAttachments: *const u32,
}

Fields§

§sType: u32§pNext: *const c_void§flags: u32§pipelineBindPoint: u32§viewMask: u32§inputAttachmentCount: u32§pInputAttachments: *const VkAttachmentReference2§colorAttachmentCount: u32§pColorAttachments: *const VkAttachmentReference2§pResolveAttachments: *const VkAttachmentReference2§pDepthStencilAttachment: *const VkAttachmentReference2§preserveAttachmentCount: u32§pPreserveAttachments: *const u32