Enum glin::fbo::ColorAttachment [−][src]
pub enum ColorAttachment { TextureLevel(Texture, i32), RenderBuffer(RenderBuffer), CubeMapLevel(CubeMap, i32), CubeMapFaceLevel(CubeMap, u32, i32), }
Represents a color attachment for an Fbo
Can be a texture, a render buffer or a cubemap
Variants
RenderBuffer(RenderBuffer)
Implementations
impl ColorAttachment
[src]
impl ColorAttachment
[src]Trait Implementations
impl<'a> BorrowColorAttach for &'a ColorAttachment
[src]
impl<'a> BorrowColorAttach for &'a ColorAttachment
[src]type ColorAttach = ColorAttachment
fn borrow_color_attachment(&self) -> &ColorAttachment
[src]
impl ColorAttach for ColorAttachment
[src]
impl ColorAttach for ColorAttachment
[src]