#include <texture/multiTex.h>
#include <iostream>
#include <util/gliftUtil.h>
#include <GL/glUtil.h>
Go to the source code of this file.
Variables | |
const GLenum | g_texUnitName [NUM_TEX_UNIT_NAMES] |
The OpenGL texture unit names, indexable by texUnitNumber - glim.max_tex_units should be checked for number of texture units available on GPU. |
|
The OpenGL texture unit names, indexable by texUnitNumber - glim.max_tex_units should be checked for number of texture units available on GPU.
Definition at line 32 of file multiTex.cpp. |