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

Method glEnable

GTE/Graphics/GL46/GL46.cpp:950–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950void gte::glEnable(GLenum cap)
951{
952 ::glEnable(cap);
953 ReportGLError("glEnable");
954
955#if defined(GTE_ENABLE_GLTRACE)
956 gsTrace.Call("glEnable", "",
957 gsTrace.GetName(cap));
958#endif
959}
960
961void gte::glFinish(void)
962{

Callers

nothing calls this directly

Calls 4

glEnableFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected