ash::vk

Type Alias PhysicalDeviceDepthStencilResolvePropertiesKHR

Source
pub type PhysicalDeviceDepthStencilResolvePropertiesKHR<'a> = PhysicalDeviceDepthStencilResolveProperties<'a>;

Aliased Type§

struct PhysicalDeviceDepthStencilResolvePropertiesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub supported_depth_resolve_modes: ResolveModeFlags,
    pub supported_stencil_resolve_modes: ResolveModeFlags,
    pub independent_resolve_none: u32,
    pub independent_resolve: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§supported_depth_resolve_modes: ResolveModeFlags§supported_stencil_resolve_modes: ResolveModeFlags§independent_resolve_none: u32§independent_resolve: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDeviceDepthStencilResolveProperties<'a>

Source

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

Source

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

Source

pub fn independent_resolve_none(self, independent_resolve_none: bool) -> Self

Source

pub fn independent_resolve(self, independent_resolve: bool) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceDepthStencilResolveProperties<'a>

Source§

fn clone(&self) -> PhysicalDeviceDepthStencilResolveProperties<'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 PhysicalDeviceDepthStencilResolveProperties<'a>

Source§

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

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

impl Default for PhysicalDeviceDepthStencilResolveProperties<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PhysicalDeviceDepthStencilResolveProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES

Source§

impl<'a> Copy for PhysicalDeviceDepthStencilResolveProperties<'a>

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDepthStencilResolveProperties<'_>

Source§

impl Send for PhysicalDeviceDepthStencilResolveProperties<'_>

Source§

impl Sync for PhysicalDeviceDepthStencilResolveProperties<'_>