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

Function glBeginVideoCaptureNV

source/glbinding/source/gl/functions_b.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void glBeginVideoCaptureNV(GLuint video_capture_slot)
87{
88 return glbinding::Binding::BeginVideoCaptureNV(video_capture_slot);
89}
90
91void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name)
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected