#include <drawable/drawAlgorithm.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 30 of file drawAlgArr.cpp. Referenced by glift::MultiTex::bindDef(), glift::EmptyTex::bindDef(), glift::DrawAlgArr::disable(), glift::DrawAlgArr::enable(), glift::MultiTex::releaseDef(), and glift::EmptyTex::releaseDef(). |