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

Function glClearBufferfi

source/glbinding/source/gl/functions_c.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
77{
78 return glbinding::Binding::ClearBufferfi(buffer, drawbuffer, depth, stencil);
79}
80
81void glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat * value)
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected