[][src]Trait web_glitz::image::format::InternalFormat

pub unsafe trait InternalFormat: Clone + Copy {
    const ID: u32;
}

Trait implemented for types that represent image formats for storing image data in GPU-accessible memory.

Associated Constants

const ID: u32

Identifier for associated OpenGl value.

Loading content...

Implementors

impl InternalFormat for Alpha[src]

impl InternalFormat for Depth24Stencil8[src]

impl InternalFormat for Depth32FStencil8[src]

impl InternalFormat for DepthComponent16[src]

impl InternalFormat for DepthComponent24[src]

impl InternalFormat for DepthComponent32F[src]

impl InternalFormat for Luminance[src]

impl InternalFormat for LuminanceAlpha[src]

impl InternalFormat for R8[src]

impl InternalFormat for R8I[src]

impl InternalFormat for R8UI[src]

impl InternalFormat for R11F_G11F_B10F[src]

impl InternalFormat for R16F[src]

impl InternalFormat for R16I[src]

impl InternalFormat for R16UI[src]

impl InternalFormat for R32F[src]

impl InternalFormat for R32I[src]

impl InternalFormat for R32UI[src]

impl InternalFormat for RG8[src]

impl InternalFormat for RG8I[src]

impl InternalFormat for RG8UI[src]

impl InternalFormat for RG16F[src]

impl InternalFormat for RG16I[src]

impl InternalFormat for RG16UI[src]

impl InternalFormat for RG32F[src]

impl InternalFormat for RG32I[src]

impl InternalFormat for RG32UI[src]

impl InternalFormat for RGB5_A1[src]

impl InternalFormat for RGB8[src]

impl InternalFormat for RGB8I[src]

impl InternalFormat for RGB8UI[src]

impl InternalFormat for RGB9_E5[src]

impl InternalFormat for RGB10_A2[src]

impl InternalFormat for RGB10_A2UI[src]

impl InternalFormat for RGB16F[src]

impl InternalFormat for RGB16I[src]

impl InternalFormat for RGB16UI[src]

impl InternalFormat for RGB32F[src]

impl InternalFormat for RGB32I[src]

impl InternalFormat for RGB32UI[src]

impl InternalFormat for RGB565[src]

impl InternalFormat for RGBA4[src]

impl InternalFormat for RGBA8[src]

impl InternalFormat for RGBA8I[src]

impl InternalFormat for RGBA8UI[src]

impl InternalFormat for RGBA16F[src]

impl InternalFormat for RGBA16I[src]

impl InternalFormat for RGBA16UI[src]

impl InternalFormat for RGBA32F[src]

impl InternalFormat for RGBA32I[src]

impl InternalFormat for RGBA32UI[src]

impl InternalFormat for SRGB8[src]

impl InternalFormat for SRGB8_ALPHA8[src]

impl InternalFormat for StencilIndex8[src]

Loading content...