pub type SubpassDescriptionDepthStencilResolveKHR = SubpassDescriptionDepthStencilResolve;Expand description
Aliased Type§
#[repr(C)]pub struct SubpassDescriptionDepthStencilResolveKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub depth_resolve_mode: ResolveModeFlags,
pub stencil_resolve_mode: ResolveModeFlags,
pub depth_stencil_resolve_attachment: *const AttachmentReference2,
}Fields§
§s_type: StructureType§next: *const c_void§depth_resolve_mode: ResolveModeFlags§stencil_resolve_mode: ResolveModeFlags§depth_stencil_resolve_attachment: *const AttachmentReference2