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

Function glFeedbackBufferxOES

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

Source from the content-addressed store, hash-verified

14}
15
16void glFeedbackBufferxOES(GLsizei n, GLenum type, const GLfixed * buffer)
17{
18 return glbinding::Binding::FeedbackBufferxOES(n, type, buffer);
19}
20
21GLsync glFenceSync(GLenum condition, GLbitfield flags)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected