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

Function glBeginQueryIndexed

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

Source from the content-addressed store, hash-verified

59}
60
61void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id)
62{
63 return glbinding::Binding::BeginQueryIndexed(target, index, id);
64}
65
66void glBeginTransformFeedback(GLenum primitiveMode)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected