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

Method glFrontFace

GTE/Graphics/GL46/GL46.cpp:716–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716void gte::glFrontFace(GLenum mode)
717{
718 ::glFrontFace(mode);
719 ReportGLError("glFrontFace");
720
721#if defined(GTE_ENABLE_GLTRACE)
722 gsTrace.Call("glFrontFace", "",
723 gsTrace.GetName(mode));
724#endif
725}
726
727void gte::glHint(GLenum target, GLenum mode)
728{

Callers

nothing calls this directly

Calls 4

glFrontFaceFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected