ash::vk

Type Alias SubpassDescriptionDepthStencilResolveKHR

Source
pub type SubpassDescriptionDepthStencilResolveKHR<'a> = SubpassDescriptionDepthStencilResolve<'a>;

Aliased Type§

struct SubpassDescriptionDepthStencilResolveKHR<'a> {
    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<'a>,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§depth_resolve_mode: ResolveModeFlags§stencil_resolve_mode: ResolveModeFlags§p_depth_stencil_resolve_attachment: *const AttachmentReference2<'a>§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> SubpassDescriptionDepthStencilResolve<'a>

Source

pub fn depth_resolve_mode(self, depth_resolve_mode: ResolveModeFlags) -> Self

Source

pub fn stencil_resolve_mode( self, stencil_resolve_mode: ResolveModeFlags, ) -> Self

Source

pub fn depth_stencil_resolve_attachment( self, depth_stencil_resolve_attachment: &'a AttachmentReference2<'a>, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for SubpassDescriptionDepthStencilResolve<'a>

Source§

fn clone(&self) -> SubpassDescriptionDepthStencilResolve<'a>

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<'a> Debug for SubpassDescriptionDepthStencilResolve<'a>

Source§

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

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

impl Default for SubpassDescriptionDepthStencilResolve<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for SubpassDescriptionDepthStencilResolve<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE

Source§

impl<'a> Copy for SubpassDescriptionDepthStencilResolve<'a>

Source§

impl ExtendsSubpassDescription2 for SubpassDescriptionDepthStencilResolve<'_>

Source§

impl Send for SubpassDescriptionDepthStencilResolve<'_>

Source§

impl Sync for SubpassDescriptionDepthStencilResolve<'_>