|
Unofficial OpenGL Software Development Kit
0.5.0
|
#include <TextureGenerator.h>
Contains the pixel transfer parameters for OpenGL texture upload functions.
Public Attributes | |
| unsigned int | format |
| The GLenum format value of pixel transfer operations. | |
| unsigned int | type |
| The GLenum type value of pixel transfer operations. | |
| unsigned int | blockByteCount |
| The size in bytes for blocks in compressed formats. Necessary to compute the size of the pixel data. | |
1.8.3.1