Searched defs:TextureState (Results 1 – 1 of 1) sorted by relevance
132 struct TextureState { struct133 GGLTexture * tmus[GGL_MAXCOMBINEDTEXTUREIMAGEUNITS];134 …r2tmu[GGL_MAXCOMBINEDTEXTUREIMAGEUNITS]; // sampler2tmu[sampler] is index of tmu, -1 means not used135 unsigned active;136 std::map<GLuint, GGLTexture *> textures;137 GLuint free; // first possible free name138 GGLTexture * tex2D, * texCube; // default textures139 unsigned unpack;