| 194 | } |
| 195 | |
| 196 | void glBindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format) |
| 197 | { |
| 198 | return glbinding::Binding::BindImageTextureEXT(index, texture, level, layered, layer, access, format); |
| 199 | } |
| 200 | |
| 201 | void glBindImageTextures(GLuint first, GLsizei count, const GLuint * textures) |
| 202 | { |
nothing calls this directly
no outgoing calls
no test coverage detected