Click or drag to resize

DataBuffer Constructor

Creates a buffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DataBuffer(
	DataBufferType type
)

Parameters

type
Type: OooglesDataBufferType
the type of buffer to create.
Remarks
No buffer objects are associated with the buffer until they are first bound by calling Bind.

OpenGL API: glGenBuffers

See Also