#include <GLObjects.h>
Collaboration diagram for nvgl::GLObjects:
Public Methods | |
GLObjects () | |
~GLObjects () | |
void | addBuffers (GLsizei n, const GLuint *names) |
Add VBO buffers to the set of shareable objects. More... | |
void | removeBuffers (GLsizei n, const GLuint *names) |
Remove VBO buffers to the set of shareable objects. More... | |
void | addLists (GLsizei n, GLuint first) |
Add display lists to the set of shareable objects. More... | |
void | removeLists (GLsizei n, GLuint first) |
Remove display lists from the set of shareable objects. More... | |
void | addPrograms (GLsizei n, const GLuint *names) |
Add programs to the set of shareable objects. More... | |
void | removePrograms (GLsizei n, const GLuint *names) |
Remove programs from the set of shareable objects. More... | |
void | addTextures (GLsizei n, const GLuint *names) |
Add textures to the set of shareable objects. More... | |
void | removeTextures (GLsizei n, const GLuint *names) |
Remove textures from the set of shareable objects. More... | |
void | addOcclusionQueries (GLsizei n, const GLuint *names) |
Add occlusion queries to the set of non-shareable objects. More... | |
void | removeOcclusionQueries (GLsizei n, const GLuint *names) |
Remove occlusion queries from the set of non-shareable objects. More... | |
void | addQueries (GLsizei n, const GLuint *names) |
Add queries to the set of non-shareable objects. More... | |
void | removeQueries (GLsizei n, const GLuint *names) |
Remove queries from the set of non-shareable objects. More... | |
Friends | |
class | GLContext |
|
Add VBO buffers to the set of shareable objects.
|
|
Remove VBO buffers to the set of shareable objects.
|
|
Add display lists to the set of shareable objects.
|
|
Remove display lists from the set of shareable objects.
|
|
Add programs to the set of shareable objects.
|
|
Remove programs from the set of shareable objects.
|
|
Add textures to the set of shareable objects.
|
|
Remove textures from the set of shareable objects.
|
|
Add occlusion queries to the set of non-shareable objects.
|
|
Remove occlusion queries from the set of non-shareable objects.
|
|
Add queries to the set of non-shareable objects.
|
|
Remove queries from the set of non-shareable objects.
|