Enum gfx::buffer::Role []

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

Role of the memory buffer. GLES doesn't allow chaning bind points for buffers.

Variants

Generic vertex buffer

Index buffer

Constant buffer

Trait Implementations

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 Clone for Role

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Role

impl Copy for Role

impl Debug for Role

Formats the value using the given formatter.

impl Hash for Role