Struct gfx::texture::RenderDesc []

pub struct RenderDesc {
    pub channel: ChannelType,
    pub level: u8,
    pub layer: Option<u16>,
}

Texture render view descriptor.

Fields

Trait Implementations

impl Debug for RenderDesc

Formats the value using the given formatter.

impl PartialOrd<RenderDesc> for RenderDesc

impl PartialEq<RenderDesc> for RenderDesc

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

This method tests for !=.

impl Ord for RenderDesc

impl Hash for RenderDesc

impl Eq for RenderDesc

impl Copy for RenderDesc

impl Clone for RenderDesc

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more