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

Function glClearColor

source/glbinding/source/gl/functions_c.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
102{
103 return glbinding::Binding::ClearColor(red, green, blue, alpha);
104}
105
106void glClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha)
107{

Callers 3

drawMethod · 0.85
mainFunction · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected