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]
Implementations on Foreign Types
impl SurfaceCreationContext for Rc<CreationProxy>[src]
impl SurfaceCreationContext for Rc<CreationProxy>[src]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]
impl<'a, C: SurfaceCreationContext> SurfaceCreationContext for &'a C[src]
impl<'a, C: SurfaceCreationContext> SurfaceCreationContext for &'a C[src]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]
Implementors
impl<'c> SurfaceCreationContext for Context<'c>[src]
impl<'c> SurfaceCreationContext for Context<'c>[src]