MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glFrontFace

Function glFrontFace

GTE/Graphics/GL46/GL46.cpp:1466–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464}
1465
1466void APIENTRY glFrontFace(GLenum mode)
1467{
1468 if (sglFrontFace)
1469 {
1470 sglFrontFace(mode);
1471 ReportGLError("glFrontFace");
1472 }
1473 else
1474 {
1475 ReportGLNullFunction("glFrontFace");
1476 }
1477}
1478
1479void APIENTRY glHint(GLenum target, GLenum mode)
1480{

Callers 2

glFrontFaceMethod · 0.85
EnableMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected