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

Function glAsyncMarkerSGIX

source/glbinding/source/gl/functions_a.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void glAsyncMarkerSGIX(GLuint marker)
142{
143 return glbinding::Binding::AsyncMarkerSGIX(marker);
144}
145
146void glAttachObjectARB(GLhandleARB containerObj, GLhandleARB obj)
147{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected