[][src]Trait web_glitz::rendering::AttachStencil

pub unsafe trait AttachStencil: AsAttachment { }

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

See RenderTargetDescriptor::attach_stencil for details.

Implementations on Foreign Types

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

Loading content...

Implementors

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

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

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

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

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

Loading content...