|
OSG
3.4.0
|
#include <BufferObject.h>
Public Member Functions | |
| BufferObjectProfile () | |
| BufferObjectProfile (GLenum target, GLenum usage, unsigned int size) | |
| BufferObjectProfile (const BufferObjectProfile &bpo) | |
| bool | operator< (const BufferObjectProfile &rhs) const |
| bool | operator== (const BufferObjectProfile &rhs) const |
| void | setProfile (GLenum target, GLenum usage, unsigned int size) |
| BufferObjectProfile & | operator= (const BufferObjectProfile &rhs) |
Public Attributes | |
| GLenum | _target |
| GLenum | _usage |
| GLenum | _size |
Definition at line 96 of file BufferObject.h.
|
inline |
Definition at line 99 of file BufferObject.h.
|
inline |
Definition at line 104 of file BufferObject.h.
|
inline |
Definition at line 109 of file BufferObject.h.
|
inline |
Definition at line 114 of file BufferObject.h.
|
inline |
Definition at line 137 of file BufferObject.h.
|
inline |
Definition at line 123 of file BufferObject.h.
|
inline |
Definition at line 130 of file BufferObject.h.
| GLenum osg::BufferObjectProfile::_size |
Definition at line 147 of file BufferObject.h.
| GLenum osg::BufferObjectProfile::_target |
Definition at line 145 of file BufferObject.h.
| GLenum osg::BufferObjectProfile::_usage |
Definition at line 146 of file BufferObject.h.
1.8.8