Enum gfx::buffer::Role []

#[repr(u8)]
pub enum Role { Vertex, Index, Constant, Staging, }

Role of the memory buffer.

Variants

Generic vertex buffer

Index buffer

Constant buffer

Staging buffer

Trait Implementations

impl Debug for Role

Formats the value using the given formatter.

impl PartialEq<Role> for Role

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

This method tests for !=.

impl Hash for Role

impl Eq for Role

impl Copy for Role

impl Clone for Role

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more