Enum gfx::format::R32_G32_B32 []

pub enum R32_G32_B32 {}

Trait Implementations

impl PartialOrd<R32_G32_B32> for R32_G32_B32

impl TextureSurface for R32_G32_B32

impl Eq for R32_G32_B32

impl PartialEq<R32_G32_B32> for R32_G32_B32

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

This method tests for !=.

impl Clone for R32_G32_B32

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl RenderSurface for R32_G32_B32

impl Hash for R32_G32_B32

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Ord for R32_G32_B32

impl BufferSurface for R32_G32_B32

impl SurfaceTyped for R32_G32_B32

The corresponding data type to be passed from CPU.

Return the run-time value of the type.

impl Copy for R32_G32_B32

impl Debug for R32_G32_B32

Formats the value using the given formatter.