Enum gfx_core::format::BC3_R8_G8_B8_A8[][src]

pub enum BC3_R8_G8_B8_A8 {}

Block Compression 3 also known as DXT5, S3TC. See S3TC wiki.

Currently supported in the gfx_device_gl backend only.

Trait Implementations

impl Clone for BC3_R8_G8_B8_A8[src]

impl Copy for BC3_R8_G8_B8_A8[src]

impl Debug for BC3_R8_G8_B8_A8[src]

impl Eq for BC3_R8_G8_B8_A8[src]

impl Hash for BC3_R8_G8_B8_A8[src]

impl Ord for BC3_R8_G8_B8_A8[src]

impl PartialEq<BC3_R8_G8_B8_A8> for BC3_R8_G8_B8_A8[src]

impl PartialOrd<BC3_R8_G8_B8_A8> for BC3_R8_G8_B8_A8[src]

impl StructuralEq for BC3_R8_G8_B8_A8[src]

impl StructuralPartialEq for BC3_R8_G8_B8_A8[src]

impl SurfaceTyped for BC3_R8_G8_B8_A8[src]

type DataType = [u8; 4]

The corresponding data type to be passed from CPU.

impl TextureSurface for BC3_R8_G8_B8_A8[src]

Auto Trait Implementations

impl RefUnwindSafe for BC3_R8_G8_B8_A8

impl Send for BC3_R8_G8_B8_A8

impl Sync for BC3_R8_G8_B8_A8

impl Unpin for BC3_R8_G8_B8_A8

impl UnwindSafe for BC3_R8_G8_B8_A8

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.