[][src]Enum mallumo_gls::raw::TextureBufferInternalFormat

pub enum TextureBufferInternalFormat {
    R8,
    R8I,
    R8UI,
    R16,
    R16F,
    R16I,
    R16UI,
    R32F,
    R32I,
    R32UI,
    RG8,
    RG8I,
    RG8UI,
    RG16,
    RG16F,
    RG16I,
    RG16UI,
    RG32F,
    RG32I,
    RG32UI,
    RGB32F,
    RGB32I,
    RGB32UI,
    RGBA8,
    RGBA8I,
    RGBA8UI,
    RGBA16,
    RGBA16F,
    RGBA16I,
    RGBA16UI,
    RGBA32F,
    RGBA32I,
    RGBA32UI,
}

Variants

R8R8IR8UIR16R16FR16IR16UIR32FR32IR32UIRG8RG8IRG8UIRG16RG16FRG16IRG16UIRG32FRG32IRG32UIRGB32FRGB32IRGB32UIRGBA8RGBA8IRGBA8UIRGBA16RGBA16FRGBA16IRGBA16UIRGBA32FRGBA32IRGBA32UI

Trait Implementations

impl Eq for TextureBufferInternalFormat[src]

impl Copy for TextureBufferInternalFormat[src]

impl PartialEq<TextureBufferInternalFormat> for TextureBufferInternalFormat[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for TextureBufferInternalFormat[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TextureBufferInternalFormat[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.