| 414 | } |
| 415 | |
| 416 | void glBlendBarrierNV() |
| 417 | { |
| 418 | return glbinding::Binding::BlendBarrierNV(); |
| 419 | } |
| 420 | |
| 421 | void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
| 422 | { |
nothing calls this directly
no outgoing calls
no test coverage detected