| 1402 | } |
| 1403 | |
| 1404 | void Graphics::SetClientActiveTexture(int index) { |
| 1405 | if (shadow_state_.client_active_textures_ != index) { |
| 1406 | glClientActiveTexture(GL_TEXTURE0 + index); |
| 1407 | shadow_state_.client_active_textures_ = index; |
| 1408 | } |
| 1409 | } |
| 1410 | |
| 1411 | GLenum GLEnumTransformer(uint32_t e) { |
| 1412 | switch (e) { |
no outgoing calls
no test coverage detected