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

Function enable

source/globjects/source/globjects.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void enable(const GLenum capability)
322{
323 glEnable(capability);
324}
325
326void disable(const GLenum capability)
327{

Callers 5

setEnabledMethod · 0.85
setEnabledFunction · 0.85
enableMethod · 0.85
initializeGLMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected