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

Function glGetInteger64v

source/glbinding/source/gl/functions_g.cpp:761–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761void glGetInteger64v(GLenum pname, GLint64 * data)
762{
763 return glbinding::Binding::GetInteger64v(pname, data);
764}
765
766void glGetIntegeri_v(GLenum target, GLuint index, GLint * data)
767{

Callers 1

glrequest<GLint64>Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected