 | DataBuffer Constructor |
Creates a buffer.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DataBuffer(
DataBufferType type
)
Public Sub New (
type As DataBufferType
)
public:
DataBuffer(
DataBufferType type
)
new :
type : DataBufferType -> DataBuffer
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