Struct asi_opengl::Buffer[][src]

pub struct Buffer(_);

An OpenGL buffer, usually a VBO.

Methods

impl Buffer
[src]

Create a new buffer

Set the bound buffer's data

Trait Implementations

impl Clone for Buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Buffer

impl !Sync for Buffer