[][src]Trait web_glitz::rendering::AttachDepthStencil

pub unsafe trait AttachDepthStencil: AsAttachment { }

Marker trait for image reference types that may be attached to a RenderTargetDescriptor as a depth-stencil attachment.

See RenderTargetDescriptor::attach_depth_stencil for details.

Implementations on Foreign Types

impl<'a, T> AttachDepthStencil for &'a mut T where
    T: AttachDepthStencil
[src]

Loading content...

Implementors

impl<'a, F> AttachDepthStencil for Texture2DLevelMut<'a, F> where
    F: TextureFormat + DepthStencilRenderable
[src]

impl<'a, F> AttachDepthStencil for Texture2DArrayLevelLayerMut<'a, F> where
    F: TextureFormat + DepthStencilRenderable
[src]

impl<'a, F> AttachDepthStencil for Texture3DLevelLayerMut<'a, F> where
    F: TextureFormat + DepthStencilRenderable
[src]

impl<'a, F> AttachDepthStencil for TextureCubeLevelFaceMut<'a, F> where
    F: TextureFormat + DepthStencilRenderable
[src]

impl<F> AttachDepthStencil for Renderbuffer<F> where
    F: RenderbufferFormat + DepthStencilRenderable + 'static, 
[src]

Loading content...