| 74 | } |
| 75 | |
| 76 | void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) |
| 77 | { |
| 78 | return glbinding::Binding::ClearBufferfi(buffer, drawbuffer, depth, stencil); |
| 79 | } |
| 80 | |
| 81 | void glClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat * value) |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected