Trait glin::CreationContext [−][src]
pub trait CreationContext {}Show methods
fn capabilities(&self) -> &Capabilities; fn new_texture(&self) -> Builder<'_>; fn new_cubemap(&self) -> Builder<'_>; fn new_buffer(&self) -> Builder<'_>; fn new_shared_buffer(&self) -> SharedBuilder<'_>; fn new_vao(&self) -> Builder; fn new_simple_vao(&self) -> Builder<'_>; fn new_program(&self) -> Builder<'_>; fn new_sampler(&self) -> Sampler; fn new_timestamp_query(&self) -> TimeStamp; fn new_duration_query(&self) -> Duration; fn new_fence(&self) -> Fence; fn creation_proxy(&self) -> &Rc<CreationProxy>;
Required methods
fn capabilities(&self) -> &Capabilities
[src]
fn new_texture(&self) -> Builder<'_>
[src]
fn new_cubemap(&self) -> Builder<'_>
[src]
fn new_buffer(&self) -> Builder<'_>
[src]
fn new_shared_buffer(&self) -> SharedBuilder<'_>
[src]
fn new_vao(&self) -> Builder
[src]
fn new_simple_vao(&self) -> Builder<'_>
[src]
fn new_program(&self) -> Builder<'_>
[src]
fn new_sampler(&self) -> Sampler
[src]
fn new_timestamp_query(&self) -> TimeStamp
[src]
fn new_duration_query(&self) -> Duration
[src]
fn new_fence(&self) -> Fence
[src]
fn creation_proxy(&self) -> &Rc<CreationProxy>
[src]
Implementations on Foreign Types
impl CreationContext for Rc<CreationProxy>
[src]
impl CreationContext for Rc<CreationProxy>
[src]fn capabilities(&self) -> &Capabilities
[src]
fn new_texture(&self) -> Builder<'_>
[src]
fn new_cubemap(&self) -> Builder<'_>
[src]
fn new_buffer(&self) -> Builder<'_>
[src]
fn new_shared_buffer(&self) -> SharedBuilder<'_>
[src]
fn new_vao(&self) -> Builder
[src]
fn new_simple_vao(&self) -> Builder<'_>
[src]
fn new_program(&self) -> Builder<'_>
[src]
fn new_sampler(&self) -> Sampler
[src]
fn new_timestamp_query(&self) -> TimeStamp
[src]
fn new_duration_query(&self) -> Duration
[src]
fn new_fence(&self) -> Fence
[src]
fn creation_proxy(&self) -> &Rc<CreationProxy>
[src]
impl<'a, C: CreationContext> CreationContext for &'a C
[src]
impl<'a, C: CreationContext> CreationContext for &'a C
[src]fn capabilities(&self) -> &Capabilities
[src]
fn new_texture(&self) -> Builder<'_>
[src]
fn new_cubemap(&self) -> Builder<'_>
[src]
fn new_buffer(&self) -> Builder<'_>
[src]
fn new_shared_buffer(&self) -> SharedBuilder<'_>
[src]
fn new_vao(&self) -> Builder
[src]
fn new_simple_vao(&self) -> Builder<'_>
[src]
fn new_program(&self) -> Builder<'_>
[src]
fn new_sampler(&self) -> Sampler
[src]
fn new_timestamp_query(&self) -> TimeStamp
[src]
fn new_duration_query(&self) -> Duration
[src]
fn new_fence(&self) -> Fence
[src]
fn creation_proxy(&self) -> &Rc<CreationProxy>
[src]
Implementors
impl<'c, R: RenderSurface> CreationContext for Context<'c, R>
[src]
impl<'c, R: RenderSurface> CreationContext for Context<'c, R>
[src]