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

Function glArrayElement

engine/source/platformEmscripten/EmscriptenGL2ES.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 AssertFatal( 0, "glBlendEquationEXT(): this method call needs to be implemented");
548}
549void glArrayElement( GLint )
550{
551 AssertFatal( 0, "glArrayElement(): this method call needs to be implemented");
552}
553void glFogCoordPointerEXT(GLenum, GLsizei, void *)
554{
555 AssertFatal( 0, "glFogCoordPointerEXT(): this method call needs to be implemented");

Callers 2

glOutlineDrawElementsFunction · 0.70
glOutlineDrawArraysFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected