pub type SubpassDescriptionDepthStencilResolveKHR = SubpassDescriptionDepthStencilResolve;Aliased Type§
#[repr(C)]pub struct SubpassDescriptionDepthStencilResolveKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub depth_resolve_mode: ResolveModeFlagBits,
pub stencil_resolve_mode: ResolveModeFlagBits,
pub p_depth_stencil_resolve_attachment: *const AttachmentReference2,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE.
p_next: *const c_voidOptional, may be null.
depth_resolve_mode: ResolveModeFlagBits§stencil_resolve_mode: ResolveModeFlagBits§p_depth_stencil_resolve_attachment: *const AttachmentReference2Optional, may be null.