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

Function glBindVertexShaderEXT

source/glbinding/source/gl/functions_b.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void glBindVertexShaderEXT(GLuint id)
332{
333 return glbinding::Binding::BindVertexShaderEXT(id);
334}
335
336void glBindVideoCaptureStreamBufferNV(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset)
337{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected