Trait rin_scene::renderer::allocator::Updater [−][src]
pub trait Updater { fn update<C, T>(
&mut self,
gl: &C,
buffer: &BufferRef,
data: &[T]
) -> Result<()>
where
T: 'static,
C: CreationContext; }
Required methods
fn update<C, T>(&mut self, gl: &C, buffer: &BufferRef, data: &[T]) -> Result<()> where
T: 'static,
C: CreationContext,
[src]
T: 'static,
C: CreationContext,
Implementors
impl Updater for Allocator<SharedBuffer<u8>>
[src]
impl Updater for Allocator<SharedBuffer<u8>>
[src]