Trait gfx_core::format::TextureSurface[][src]

pub trait TextureSurface: SurfaceTyped { }

An ability of a surface type to be used for textures.

Implementors

impl TextureSurface for B8_G8_R8_A8[src]

impl TextureSurface for BC1_R8_G8_B8[src]

impl TextureSurface for BC3_R8_G8_B8_A8[src]

impl TextureSurface for D16[src]

impl TextureSurface for D24[src]

impl TextureSurface for D24_S8[src]

impl TextureSurface for D32[src]

impl TextureSurface for R4_G4[src]

impl TextureSurface for R4_G4_B4_A4[src]

impl TextureSurface for R5_G5_B5_A1[src]

impl TextureSurface for R5_G6_B5[src]

impl TextureSurface for R8[src]

impl TextureSurface for R8_G8[src]

impl TextureSurface for R8_G8_B8_A8[src]

impl TextureSurface for R10_G10_B10_A2[src]

impl TextureSurface for R11_G11_B10[src]

impl TextureSurface for R16[src]

impl TextureSurface for R16_G16[src]

impl TextureSurface for R16_G16_B16[src]

impl TextureSurface for R16_G16_B16_A16[src]

impl TextureSurface for R32[src]

impl TextureSurface for R32_G32[src]

impl TextureSurface for R32_G32_B32[src]

impl TextureSurface for R32_G32_B32_A32[src]

Loading content...