pub type SubpassDescriptionDepthStencilResolveKHR = SubpassDescriptionDepthStencilResolve;Aliased Type§
#[repr(C)]pub struct SubpassDescriptionDepthStencilResolveKHR {
pub sType: i32,
pub pNext: *const c_void,
pub depthResolveMode: u32,
pub stencilResolveMode: u32,
pub pDepthStencilResolveAttachment: *const AttachmentReference2,
}Fields§
§sType: i32§pNext: *const c_void§depthResolveMode: u32§stencilResolveMode: u32§pDepthStencilResolveAttachment: *const AttachmentReference2