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

Function glPolygonMode

engine/source/platformAndroid/AndroidGL2ES.cpp:514–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 }
513}
514void glPolygonMode( GLint, GLint )
515{
516 //AssertFatal( 0, "glPolygonMode(): this method call needs to be implemented");
517}
518void glLockArraysEXT( GLint, GLint )
519{
520 AssertFatal( 0, "glLockArraysEXT(): this method call needs to be implemented");

Callers 1

flushInternalMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected