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

Function glBindImageTextures

source/glbinding/source/gl/functions_b.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void glBindImageTextures(GLuint first, GLsizei count, const GLuint * textures)
202{
203 return glbinding::Binding::BindImageTextures(first, count, textures);
204}
205
206GLuint glBindLightParameterEXT(GLenum light, GLenum value)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected