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

Function glClearBufferfv

source/glbinding/source/gl/functions_c.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat * value)
82{
83 return glbinding::Binding::ClearBufferfv(buffer, drawbuffer, value);
84}
85
86void glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint * value)
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected