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

Function glAccumxOES

source/glbinding/source/gl/functions_a.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void glAccumxOES(GLenum op, GLfixed value)
17{
18 return glbinding::Binding::AccumxOES(op, value);
19}
20
21GLboolean glAcquireKeyedMutexWin32EXT(GLuint memory, GLuint64 key, GLuint timeout)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected