| 534 | } |
| 535 | |
| 536 | void glBlendParameteriNV(GLenum pname, GLint value) |
| 537 | { |
| 538 | return glbinding::Binding::BlendParameteriNV(pname, value); |
| 539 | } |
| 540 | |
| 541 | void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, ClearBufferMask mask, GLenum filter) |
| 542 | { |
nothing calls this directly
no outgoing calls
no test coverage detected