Trait glin::SurfaceCreationContext[][src]

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

Required methods

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

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

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

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

Loading content...

Implementations on Foreign Types

impl SurfaceCreationContext for Rc<CreationProxy>[src]

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

Loading content...

Implementors

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

Loading content...