| 44 | } |
| 45 | |
| 46 | void glClampColor(GLenum target, GLenum clamp) |
| 47 | { |
| 48 | return glbinding::Binding::ClampColor(target, clamp); |
| 49 | } |
| 50 | |
| 51 | void glClampColorARB(GLenum target, GLenum clamp) |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected