VBO.this

Create a new VBO with the specified type. (glGenBuffers)

class VBO
@trusted
this
(
GLenum type
)

Parameters

type GLenum

The type (or target) of the buffer, ex. GL_ARRAY_BUFFER.

Meta