Trait gfx_core::format::RenderSurface [−][src]
pub trait RenderSurface: SurfaceTyped { }
An ability of a surface type to be used for render targets.
pub trait RenderSurface: SurfaceTyped { }
An ability of a surface type to be used for render targets.
impl RenderSurface for B8_G8_R8_A8[src]impl RenderSurface for R4_G4[src]impl RenderSurface for R4_G4_B4_A4[src]impl RenderSurface for R5_G5_B5_A1[src]impl RenderSurface for R5_G6_B5[src]impl RenderSurface for R8[src]impl RenderSurface for R8_G8[src]impl RenderSurface for R8_G8_B8_A8[src]impl RenderSurface for R10_G10_B10_A2[src]impl RenderSurface for R11_G11_B10[src]impl RenderSurface for R16[src]impl RenderSurface for R16_G16[src]impl RenderSurface for R16_G16_B16[src]impl RenderSurface for R16_G16_B16_A16[src]impl RenderSurface for R32[src]impl RenderSurface for R32_G32[src]impl RenderSurface for R32_G32_B32[src]impl RenderSurface for R32_G32_B32_A32[src]