Click or drag to resize

DataBuffer Methods

The DataBuffer type exposes the following members.

Methods
  NameDescription
Public methodBind
Binds the buffer.
Public methodDataT(T, DataBufferUsage)
Create and initialize a buffer object's data store.
Public methodDataT(T, IntPtr, DataBufferUsage)
Create and initialize a buffer object's data store.
Public methodDispose
Disposes of the OpenGL object
(Inherited from GLObject.)
Public methodEquals
Checks if this object matches another object.
(Inherited from GLObject.)
Public methodGetHashCode
Returns a hash code for this object
(Inherited from GLObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSubDataT(IntPtr, T)
Update a subset of a buffer object's data store.
Public methodSubDataT(IntPtr, T, IntPtr)
Update a subset of a buffer object's data store.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnbind
Unbinds the buffer.
Top
See Also