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

Function glClearColorIuiEXT

source/glbinding/source/gl/functions_c.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void glClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha)
112{
113 return glbinding::Binding::ClearColorIuiEXT(red, green, blue, alpha);
114}
115
116void glClearColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected