 | DataBufferSize Property |
Get the size of the buffer in bytes.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic ReadOnly Property Size As Integer
Get
public:
property int Size {
int get ();
}
member Size : int with get
Property Value
Type:
Int32The size of the buffer in bytes.
ExceptionsException | Condition |
---|
GLException | InvalidOperation if no buffer is bound. |
RemarksNote: in DEBUG mode with assertions enabled, an error will be logged to the debug console if this buffer is not bound.
OpenGL API: glGetBufferParameteriv(GL_BUFFER_SIZE)
See Also