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

Function glGenQueryResourceTagNV

source/glbinding/source/gl/functions_g.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void glGenQueryResourceTagNV(GLsizei n, GLint * tagIds)
132{
133 return glbinding::Binding::GenQueryResourceTagNV(n, tagIds);
134}
135
136void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected