|
Valkka
0.17.0
OpenSource Video Management
|
A class encapsulating information about an OpenGL texture set (sizes, OpenGL reference ids, etc.) More...
#include <tex.h>


Public Member Functions | |
| TEX (BitmapPars bmpars) | |
| Default constructor. More... | |
| virtual | ~TEX () |
| Default virtual destructor. | |
| ban_copy_ctor (TEX) | |
| ban_copy_asm (TEX) | |
Public Attributes | |
| BitmapPars | bmpars |
| Max bitmap dimensions (pre-reserved) | |
| GLint | internal_format |
| OpenGL internal format. | |
| GLint | format |
| OpenGL format of the texture. | |
| GLuint | index |
| OpenGL reference. | |
A class encapsulating information about an OpenGL texture set (sizes, OpenGL reference ids, etc.)
| TEX::TEX | ( | BitmapPars | bmpars | ) |
Default constructor.
| width | pixmap width |
| height | pixmap heightDefault ctor |
1.8.13