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

Function glClearTexSubImage

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

Source from the content-addressed store, hash-verified

199}
200
201void glClearTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * data)
202{
203 return glbinding::Binding::ClearTexSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data);
204}
205
206void glClientActiveTexture(GLenum texture)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected