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

Function glClearBufferData

source/glbinding/source/gl/functions_c.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data)
72{
73 return glbinding::Binding::ClearBufferData(target, internalformat, format, type, data);
74}
75
76void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected