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

Function glCullFace

GTE/Graphics/GL46/GL46.cpp:1453–1464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451static PFNGLVIEWPORTPROC sglViewport = nullptr;
1452
1453void APIENTRY glCullFace(GLenum mode)
1454{
1455 if (sglCullFace)
1456 {
1457 sglCullFace(mode);
1458 ReportGLError("glCullFace");
1459 }
1460 else
1461 {
1462 ReportGLNullFunction("glCullFace");
1463 }
1464}
1465
1466void APIENTRY glFrontFace(GLenum mode)
1467{

Callers 2

glCullFaceMethod · 0.85
EnableMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected