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

Function glClearColorxOES

source/glbinding/source/gl/functions_c.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void glClearColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
117{
118 return glbinding::Binding::ClearColorxOES(red, green, blue, alpha);
119}
120
121void glClearDepth(GLdouble depth)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected