| 380 | glError = TEST_FOR_OPENGL_ERRORS |
| 381 | } |
| 382 | void glActiveTextureARB( GLint index ) |
| 383 | { |
| 384 | glActiveTexture( index ); |
| 385 | int glError; |
| 386 | glError = TEST_FOR_OPENGL_ERRORS |
| 387 | } |
| 388 | void glMultiTexCoord2fARB( GLint, GLfloat, GLfloat) |
| 389 | { |
| 390 | AssertWarn( 0, "glMultiTexCoord2fARB(): this method call needs to be implemented"); |
no outgoing calls
no test coverage detected