MCPcopy Create free account
hub / github.com/cginternals/glbinding / glEnable

Function glEnable

source/glbinding/source/gl/functions_e.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void glEnable(GLenum cap)
62{
63 return glbinding::Binding::Enable(cap);
64}
65
66void glEnableClientState(GLenum array)
67{

Callers 2

drawMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected