MCPcopy Create free account
hub / github.com/cginternals/glbinding / glClearColorIiEXT

Function glClearColorIiEXT

source/glbinding/source/gl/functions_c.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void glClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha)
107{
108 return glbinding::Binding::ClearColorIiEXT(red, green, blue, alpha);
109}
110
111void glClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected