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

Function glCreateTextures

source/glbinding/source/gl/functions_c.cpp:1211–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209}
1210
1211void glCreateTextures(GLenum target, GLsizei n, GLuint * textures)
1212{
1213 return glbinding::Binding::CreateTextures(target, n, textures);
1214}
1215
1216void glCreateTransformFeedbacks(GLsizei n, GLuint * ids)
1217{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected