Trait rin::gl::fbo::BorrowColorAttach [−][src]
pub trait BorrowColorAttach {
type ColorAttach: ColorAttach;
pub fn borrow_color_attachment(&self) -> &Self::ColorAttach;
}Associated Types
type ColorAttach: ColorAttach[src]
Required methods
pub fn borrow_color_attachment(&self) -> &Self::ColorAttach[src]
Implementations on Foreign Types
impl<T> BorrowColorAttach for Rc<TextureLevelRef<T>> where
T: Borrow<Texture>, [src]
impl<T> BorrowColorAttach for Rc<TextureLevelRef<T>> where
T: Borrow<Texture>, [src]type ColorAttach = TextureLevelRef<T>
pub fn borrow_color_attachment(&self) -> &TextureLevelRef<T>[src]
impl<T> BorrowColorAttach for Rc<CubemapLevelRef<T>> where
T: Borrow<CubeMap>, [src]
impl<T> BorrowColorAttach for Rc<CubemapLevelRef<T>> where
T: Borrow<CubeMap>, [src]type ColorAttach = CubemapLevelRef<T>
pub fn borrow_color_attachment(&self) -> &CubemapLevelRef<T>[src]
impl BorrowColorAttach for Rc<RenderBuffer>[src]
impl BorrowColorAttach for Rc<RenderBuffer>[src]type ColorAttach = RenderBuffer
pub fn borrow_color_attachment(&self) -> &RenderBuffer[src]
impl BorrowColorAttach for Rc<ColorAttachment>[src]
impl BorrowColorAttach for Rc<ColorAttachment>[src]type ColorAttach = ColorAttachment
pub fn borrow_color_attachment(&self) -> &ColorAttachment[src]
impl BorrowColorAttach for Rc<Texture>[src]
impl BorrowColorAttach for Rc<Texture>[src]type ColorAttach = Texture
pub fn borrow_color_attachment(&self) -> &Texture[src]
impl<T> BorrowColorAttach for Rc<CubemapFaceLevelRef<T>> where
T: Borrow<CubeMap>, [src]
impl<T> BorrowColorAttach for Rc<CubemapFaceLevelRef<T>> where
T: Borrow<CubeMap>, [src]type ColorAttach = CubemapFaceLevelRef<T>
pub fn borrow_color_attachment(&self) -> &CubemapFaceLevelRef<T>[src]
Implementors
impl<'a> BorrowColorAttach for &'a ColorAttachment[src]
impl<'a> BorrowColorAttach for &'a ColorAttachment[src]type ColorAttach = ColorAttachment
pub fn borrow_color_attachment(&self) -> &ColorAttachment[src]
impl<'a> BorrowColorAttach for &'a Texture[src]
impl<'a> BorrowColorAttach for &'a Texture[src]type ColorAttach = Texture
pub fn borrow_color_attachment(&self) -> &Texture[src]
impl<'a> BorrowColorAttach for &'a RenderBuffer[src]
impl<'a> BorrowColorAttach for &'a RenderBuffer[src]type ColorAttach = RenderBuffer
pub fn borrow_color_attachment(&self) -> &RenderBuffer[src]
impl<'a, T> BorrowColorAttach for &'a CubemapFaceLevelRef<T> where
T: Borrow<CubeMap>, [src]
impl<'a, T> BorrowColorAttach for &'a CubemapFaceLevelRef<T> where
T: Borrow<CubeMap>, [src]type ColorAttach = CubemapFaceLevelRef<T>
pub fn borrow_color_attachment(&self) -> &CubemapFaceLevelRef<T>[src]
impl<'a, T> BorrowColorAttach for &'a CubemapLevelRef<T> where
T: Borrow<CubeMap>, [src]
impl<'a, T> BorrowColorAttach for &'a CubemapLevelRef<T> where
T: Borrow<CubeMap>, [src]type ColorAttach = CubemapLevelRef<T>
pub fn borrow_color_attachment(&self) -> &CubemapLevelRef<T>[src]
impl<'a, T> BorrowColorAttach for &'a TextureLevelRef<T> where
T: Borrow<Texture>, [src]
impl<'a, T> BorrowColorAttach for &'a TextureLevelRef<T> where
T: Borrow<Texture>, [src]type ColorAttach = TextureLevelRef<T>
pub fn borrow_color_attachment(&self) -> &TextureLevelRef<T>[src]
impl<C> BorrowColorAttach for C where
C: ColorAttach, [src]
impl<C> BorrowColorAttach for C where
C: ColorAttach, [src]