[][src]Trait mutiny::renderer::allocator::Creation

pub trait Creation<B> {
    fn new<C>(
        gl: &C,
        initial_size: usize,
        flags: GLbitfield,
        target: GLenum
    ) -> Result<Allocator<B>>
    where
        C: CreationContext
; }

Required Methods

Implementors

impl<B, I: InternalCreation<B>> Creation<B> for I
[src]