pub type PipelineRenderingCreateInfoKHR = PipelineRenderingCreateInfo;Aliased Type§
#[repr(C)]pub struct PipelineRenderingCreateInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub viewMask: u32,
pub colorAttachmentCount: u32,
pub pColorAttachmentFormats: *const i32,
pub depthAttachmentFormat: i32,
pub stencilAttachmentFormat: i32,
}Fields§
§sType: i32§pNext: *const c_void§viewMask: u32§colorAttachmentCount: u32§pColorAttachmentFormats: *const i32§depthAttachmentFormat: i32§stencilAttachmentFormat: i32