pub type VkPipelineRenderingCreateInfoKHR = VkPipelineRenderingCreateInfo;

Aliased Type§

struct VkPipelineRenderingCreateInfoKHR {
    pub sType: u32,
    pub pNext: *const c_void,
    pub viewMask: u32,
    pub colorAttachmentCount: u32,
    pub pColorAttachmentFormats: *const u32,
    pub depthAttachmentFormat: u32,
    pub stencilAttachmentFormat: u32,
}

Fields§

§sType: u32§pNext: *const c_void§viewMask: u32§colorAttachmentCount: u32§pColorAttachmentFormats: *const u32§depthAttachmentFormat: u32§stencilAttachmentFormat: u32