pub struct WebGLRSVertexArrayObject<'ctx> { /* private fields */ }
Expand description

VertexArrayObject

The WebGLVertexArrayObject interface is part of the WebGL 2 API, represents vertex array objects (VAOs) pointing to vertex array data, and provides names for different sets of vertex data.

Implementations§

Deletes the WebGLRSVertexArrayObject on the gpu and consumes itself.

Return true if this is a valid WebGLRSVertexArrayObject object.

Binds this WebGLRSVertexArrayObject to the buffer.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.