#include <GLObjects.h>
Public Member Functions | |
void | addBuffers (GLsizei n, const GLuint *names) |
Add VBO buffers to the set of shareable objects. | |
void | removeBuffers (GLsizei n, const GLuint *names) |
Remove VBO buffers to the set of shareable objects. | |
void | addLists (GLsizei n, GLuint first) |
Add display lists to the set of shareable objects. | |
void | removeLists (GLsizei n, GLuint first) |
Remove display lists from the set of shareable objects. | |
void | addPrograms (GLsizei n, const GLuint *names) |
Add programs to the set of shareable objects. | |
void | removePrograms (GLsizei n, const GLuint *names) |
Remove programs from the set of shareable objects. | |
void | addTextures (GLsizei n, const GLuint *names) |
Add textures to the set of shareable objects. | |
void | removeTextures (GLsizei n, const GLuint *names) |
Remove textures from the set of shareable objects. | |
void | addOcclusionQueries (GLsizei n, const GLuint *names) |
Add occlusion queries to the set of non-shareable objects. | |
void | removeOcclusionQueries (GLsizei n, const GLuint *names) |
Remove occlusion queries from the set of non-shareable objects. | |
void | addQueries (GLsizei n, const GLuint *names) |
Add queries to the set of non-shareable objects. | |
void | removeQueries (GLsizei n, const GLuint *names) |
Remove queries from the set of non-shareable objects. | |
Friends | |
class | GLContext |
Classes | |
struct | GLShareables |
|
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.
|