pub type SubpassDescriptionDepthStencilResolveKHR = SubpassDescriptionDepthStencilResolve;

Aliased Type§

struct SubpassDescriptionDepthStencilResolveKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub depth_resolve_mode: ResolveModeFlags,
    pub stencil_resolve_mode: ResolveModeFlags,
    pub p_depth_stencil_resolve_attachment: *const AttachmentReference2,
}

Fields§

§s_type: StructureType§p_next: *const c_void§depth_resolve_mode: ResolveModeFlags§stencil_resolve_mode: ResolveModeFlags§p_depth_stencil_resolve_attachment: *const AttachmentReference2

Implementations

Trait Implementations

source§

impl Clone for SubpassDescriptionDepthStencilResolve

source§

fn clone(&self) -> SubpassDescriptionDepthStencilResolve

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for SubpassDescriptionDepthStencilResolve

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Debug for SubpassDescriptionDepthStencilResolve

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExtendsSubpassDescription2 for SubpassDescriptionDepthStencilResolve

source§

impl Copy for SubpassDescriptionDepthStencilResolve

source§

impl TaggedStructure for SubpassDescriptionDepthStencilResolve

source§

const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE