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

Function glClearAccum

source/glbinding/source/gl/functions_c.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
62{
63 return glbinding::Binding::ClearAccum(red, green, blue, alpha);
64}
65
66void glClearAccumxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected