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

Function glEndVideoCaptureNV

source/glbinding/source/gl/functions_e.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void glEndVideoCaptureNV(GLuint video_capture_slot)
207{
208 return glbinding::Binding::EndVideoCaptureNV(video_capture_slot);
209}
210
211void glEvalCoord1d(GLdouble u)
212{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected