#include <mtypes.h>
Data Fields | |
| GLint | RefCount |
| GLuint | Name |
| GLenum | Usage |
| GLenum | Access |
| GLvoid * | Pointer |
| Only valid while buffer is mapped. More... | |
| GLuint | Size |
| Size of storage in bytes. More... | |
| GLubyte * | Data |
| Location of storage either in RAM or VRAM. More... | |
| GLboolean | OnCard |
| Is buffer in VRAM? (hardware drivers). More... | |
| GLboolean | DeletePending |
| Deleted by user but RefCount > 0? More... | |
|
|
|
|
|
Location of storage either in RAM or VRAM.
|
|
|
Deleted by user but RefCount > 0?
|
|
|
|
|
|
Is buffer in VRAM? (hardware drivers).
|
|
|
Only valid while buffer is mapped.
|
|
|
|
|
|
Size of storage in bytes.
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001