| 189 | } |
| 190 | |
| 191 | void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) |
| 192 | { |
| 193 | return glbinding::Binding::BindImageTexture(unit, texture, level, layered, layer, access, format); |
| 194 | } |
| 195 | |
| 196 | void glBindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format) |
| 197 | { |
nothing calls this directly
no outgoing calls
no test coverage detected