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

Function isEnabled

source/globjects/source/globjects.cpp:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331bool isEnabled(const GLenum capability)
332{
333 GLboolean value = glIsEnabled(capability);
334
335 return value == GL_TRUE;
336}
337
338void setEnabled(const GLenum capability, const bool enabled)
339{

Callers 1

currentStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected