Trait rin::gl::SurfaceCreationContext[][src]

pub trait SurfaceCreationContext {
    pub fn new_fbo(&self) -> Builder<'_>;
pub fn new_fbo_color_attachment(&self) -> ColorAttachmentBuilder<'_>;
pub fn new_fbo_depth_attachment(&self) -> DepthAttachmentBuilder<'_>;
pub fn new_render_buffer(&self) -> RenderBufferBuilder<'_>; }

Required methods

pub fn new_fbo(&self) -> Builder<'_>[src]

pub fn new_fbo_color_attachment(&self) -> ColorAttachmentBuilder<'_>[src]

pub fn new_fbo_depth_attachment(&self) -> DepthAttachmentBuilder<'_>[src]

pub fn new_render_buffer(&self) -> RenderBufferBuilder<'_>[src]

Loading content...

Implementations on Foreign Types

impl<'a, C> SurfaceCreationContext for &'a C where
    C: SurfaceCreationContext
[src]

impl SurfaceCreationContext for Rc<CreationProxy>[src]

Loading content...

Implementors

impl SurfaceCreationContext for CreationProxy[src]

impl<'c> SurfaceCreationContext for Context<'c, Screen>[src]

impl<'c> SurfaceCreationContext for Renderer<'c, Screen>[src]

Loading content...