Struct asi_opengl::VertexData[][src]

pub struct VertexData(_);

Vertex Data handle for a GPU Program

Methods

impl VertexData
[src]

If there is no such VertexData handle.

Set the VertexData from a Buffer

Trait Implementations

impl Clone for VertexData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for VertexData

impl !Sync for VertexData