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

pub trait Updater {
    fn update<C, T>(
        &mut self,
        gl: &C,
        buffer: &BufferRef,
        data: &[T]
    ) -> Result<()>
    where
        T: 'static,
        C: CreationContext
; }

Required Methods

Implementors

impl Updater for Allocator<SharedBuffer<u8>>
[src]

impl Updater for Allocator<SharedBufferStorage<u8>>
[src]