Changeset 41128 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/state/cr_attrib.h
- Timestamp:
- May 3, 2012 8:19:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/state/cr_attrib.h
r15532 r41128 257 257 GLboolean enabled2D[CR_MAX_TEXTURE_UNITS]; 258 258 GLboolean enabled3D[CR_MAX_TEXTURE_UNITS]; 259 # ifdef CR_ARB_texture_cube_map259 # ifdef CR_ARB_texture_cube_map 260 260 GLboolean enabledCubeMap[CR_MAX_TEXTURE_UNITS]; 261 # endif261 # endif 262 262 CRTextureObj *current1D[CR_MAX_TEXTURE_UNITS]; 263 263 CRTextureObj *current2D[CR_MAX_TEXTURE_UNITS]; 264 264 CRTextureObj *current3D[CR_MAX_TEXTURE_UNITS]; 265 # ifdef CR_ARB_texture_cube_map265 # ifdef CR_ARB_texture_cube_map 266 266 CRTextureObj *currentCubeMap[CR_MAX_TEXTURE_UNITS]; 267 # endif267 # endif 268 268 GLcolorf borderColor[4]; /* 4 = 1D, 2D, 3D and cube map textures */ 269 269 GLenum minFilter[4]; … … 271 271 GLenum wrapS[4]; 272 272 GLenum wrapT[4]; 273 # ifdef CR_OPENGL_VERSION_1_2273 # ifdef CR_OPENGL_VERSION_1_2 274 274 GLenum wrapR[4]; 275 275 GLfloat priority[4]; … … 278 278 GLint baseLevel[4]; 279 279 GLint maxLevel[4]; 280 # endif280 # endif 281 281 282 282 GLuint curTextureUnit;
Note:
See TracChangeset
for help on using the changeset viewer.