OpenGL buffer interface.
More...
#include <ibuffer.h>
|
virtual void | Generate ()=0 |
| Generate buffer object.
|
|
virtual void | Bind () const =0 |
| Bind a named buffer object.
|
|
virtual void | Unbind () const =0 |
| Unbind a named buffer object.
|
|
virtual GLuint | GetBufferName () const =0 |
| Get the object's name - the reference to the object. More...
|
|
virtual bool | IsGenerated () const =0 |
| Is this buffer generated. More...
|
|
OpenGL buffer interface.
~
- Author
- Khrapov
- Date
- 22.01.2020
Definition at line 25 of file ibuffer.h.
◆ GetBufferName()
virtual GLuint qx::IBuffer::GetBufferName |
( |
| ) |
const |
|
pure virtual |
Get the object's name - the reference to the object.
- Return values
-
◆ IsGenerated()
virtual bool qx::IBuffer::IsGenerated |
( |
| ) |
const |
|
pure virtual |
Is this buffer generated.
- Return values
-
The documentation for this class was generated from the following file: