Searched defs:maxActiveLights (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp829 GLint maxActiveLights; member in struct:VMSVGA3DSTATE::__anon13184
1591 pState->caps.maxActiveLights = 1;
1608 VMSVGA3D_INIT_CHECKED_BOTH(pState, pContext, pOtherCtx, glGetIntegerv(GL_MAX_LIGHTS, &pState->caps.maxActiveLights));
1752 LogRel(("VMSVGA3d: maxActiveLights=%-2d maxTextures=%-2d maxTextureBufferSize=%d\n",
1753 pState->caps.maxActiveLights, pState->caps.maxTextures, pState->caps.maxTextureBufferSize));
2034 *pu32Val = pState->caps.maxActiveLights;

Completed in 64 milliseconds