Click or drag to resize

DataBufferUnbind Method

Unbinds the buffer.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Unbind()
Remarks
This effectively unbinds any buffer object previously bound, and restores client memory usage for that buffer object target.

While the buffer is unbound, as in the initial state, attempts to modify or query state on the target to which it is bound generates an GLException with code InvalidOperation.

OpenGL API: glBindBuffer

See Also