MCPcopy Create free account
hub / github.com/cginternals/globjects / disable

Function disable

source/globjects/source/globjects.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void disable(const GLenum capability)
327{
328 glDisable(capability);
329}
330
331bool isEnabled(const GLenum capability)
332{

Callers 3

setEnabledMethod · 0.85
setEnabledFunction · 0.85
disableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected