| 104 | } |
| 105 | |
| 106 | void glClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha) |
| 107 | { |
| 108 | return glbinding::Binding::ClearColorIiEXT(red, green, blue, alpha); |
| 109 | } |
| 110 | |
| 111 | void glClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected