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

Function glGetBooleanv

source/glbinding/source/gl/functions_g.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void glGetBooleanv(GLenum pname, GLboolean * data)
302{
303 return glbinding::Binding::GetBooleanv(pname, data);
304}
305
306void glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64 * params)
307{

Callers 1

glrequest<GLboolean>Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected