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

Function glDisable

GTE/Graphics/GL46/GL46.cpp:1726–1737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724}
1725
1726void APIENTRY glDisable(GLenum cap)
1727{
1728 if (sglDisable)
1729 {
1730 sglDisable(cap);
1731 ReportGLError("glDisable");
1732 }
1733 else
1734 {
1735 ReportGLNullFunction("glDisable");
1736 }
1737}
1738
1739void APIENTRY glEnable(GLenum cap)
1740{

Callers 4

EnableMethod · 0.85
EnableMethod · 0.85
glDisableMethod · 0.85
EnableMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected