#include <RboManager.h>
Public Attributes | |
| string | identifier |
| Name with which this RBO is identified. | |
| GLuint | glId |
| Internal OpenGL name for the RBO. | |
| Uint32 | count |
| Number of Objects using this RBO. | |
| GLuint | width |
| Buffer width. | |
| GLuint | height |
| Buffer height. | |
| GLuint | channels |
| Buffer channels (bytes per pixel). | |
Provides RBO registration for all objects.
The actual RBO data
| string rboEntry::identifier |
Name with which this RBO is identified.
| GLuint rboEntry::glId |
Internal OpenGL name for the RBO.
| Uint32 rboEntry::count |
Number of Objects using this RBO.
| GLuint rboEntry::width |
Buffer width.
| GLuint rboEntry::height |
Buffer height.
| GLuint rboEntry::channels |
Buffer channels (bytes per pixel).
1.5.6