pub type VkRenderingInputAttachmentIndexInfoKHR = VkRenderingInputAttachmentIndexInfo;Aliased Type§
#[repr(C)]pub struct VkRenderingInputAttachmentIndexInfoKHR {
pub sType: u32,
pub pNext: *const c_void,
pub colorAttachmentCount: u32,
pub pColorAttachmentInputIndices: *const u32,
pub pDepthInputAttachmentIndex: *const u32,
pub pStencilInputAttachmentIndex: *const u32,
}Fields§
§sType: u32§pNext: *const c_void§colorAttachmentCount: u32§pColorAttachmentInputIndices: *const u32§pDepthInputAttachmentIndex: *const u32§pStencilInputAttachmentIndex: *const u32