MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / glActiveTextureARB

Function glActiveTextureARB

engine/source/platformAndroid/AndroidGL2ES.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

dglIsInCanonicalStateFunction · 0.50
dglSetCanonicalStateFunction · 0.50
dglGetTransformStateFunction · 0.50
dglCheckStateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected