| 274 | } |
| 275 | |
| 276 | void glFragmentMaterialiSGIX(GLenum face, GLenum pname, GLint param) |
| 277 | { |
| 278 | return glbinding::Binding::FragmentMaterialiSGIX(face, pname, param); |
| 279 | } |
| 280 | |
| 281 | void glFragmentMaterialivSGIX(GLenum face, GLenum pname, const GLint * params) |
| 282 | { |
nothing calls this directly
no outgoing calls
no test coverage detected