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

Function glVertex4fv

engine/source/platformAndroid/AndroidGL2ES.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 glError = TEST_FOR_OPENGL_ERRORS
344}
345void glVertex4fv( const F32 * pv )
346{
347 AssertFatal( (beginEndMode >= 0), "glVertex3fv(): called outside glBegin/glEnd");
348 glVertex4f( pv[0], pv[1], pv[2], pv[3] );
349 int glError;
350 glError = TEST_FOR_OPENGL_ERRORS
351}
352void glNormal3f( GLfloat x, GLfloat y, GLfloat z, GLfloat w)
353{
354 AssertFatal( (beginEndMode >= 0), "glNormal3f(): called outside glBegin/glEnd");

Callers

nothing calls this directly

Calls 1

glVertex4fFunction · 0.70

Tested by

no test coverage detected