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

Function glClearTexImage

source/glbinding/source/gl/functions_c.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void glClearTexImage(GLuint texture, GLint level, GLenum format, GLenum type, const void * data)
197{
198 return glbinding::Binding::ClearTexImage(texture, level, format, type, data);
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{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected