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

Function glClearAccumxOES

source/glbinding/source/gl/functions_c.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void glClearAccumxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
67{
68 return glbinding::Binding::ClearAccumxOES(red, green, blue, alpha);
69}
70
71void glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data)
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected