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

Method glPolygonMode

GTE/Graphics/GL46/GL46.cpp:760–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760void gte::glPolygonMode(GLenum face, GLenum mode)
761{
762 ::glPolygonMode(face, mode);
763 ReportGLError("glPolygonMode");
764
765#if defined(GTE_ENABLE_GLTRACE)
766 gsTrace.Call("glPolygonMode", "",
767 gsTrace.GetName(face), gsTrace.GetName(mode));
768#endif
769}
770
771void gte::glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
772{

Callers

nothing calls this directly

Calls 4

glPolygonModeFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected