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

Method glDisable

GTE/Graphics/GL46/GL46.cpp:939–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939void gte::glDisable(GLenum cap)
940{
941 ::glDisable(cap);
942 ReportGLError("glDisable");
943
944#if defined(GTE_ENABLE_GLTRACE)
945 gsTrace.Call("glDisable", "",
946 gsTrace.GetName(cap));
947#endif
948}
949
950void gte::glEnable(GLenum cap)
951{

Callers

nothing calls this directly

Calls 4

glDisableFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected