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

Function glEnable

GTE/Graphics/GL46/GL46.cpp:1739–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737}
1738
1739void APIENTRY glEnable(GLenum cap)
1740{
1741 if (sglEnable)
1742 {
1743 sglEnable(cap);
1744 ReportGLError("glEnable");
1745 }
1746 else
1747 {
1748 ReportGLNullFunction("glEnable");
1749 }
1750}
1751
1752void APIENTRY glFinish()
1753{

Callers 4

EnableMethod · 0.85
EnableMethod · 0.85
glEnableMethod · 0.85
EnableMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected