Struct gfx::texture::DepthStencilDesc []

pub struct DepthStencilDesc {
    pub level: u8,
    pub layer: Option<u16>,
    pub flags: DepthStencilFlags,
}

Texture depth-stencil view descriptor.

Fields

Trait Implementations

impl Debug for DepthStencilDesc

Formats the value using the given formatter.

impl PartialOrd<DepthStencilDesc> for DepthStencilDesc

impl PartialEq<DepthStencilDesc> for DepthStencilDesc

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Ord for DepthStencilDesc

impl Hash for DepthStencilDesc

impl From<RenderDesc> for DepthStencilDesc

Performs the conversion.

impl Eq for DepthStencilDesc

impl Copy for DepthStencilDesc

impl Clone for DepthStencilDesc

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more