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

Function glShaderSource

source/glbinding/source/gl/functions_s.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void glShaderSource(GLuint shader, GLsizei count, const GLchar *const* string, const GLint * length)
422{
423 return glbinding::Binding::ShaderSource(shader, count, string, length);
424}
425
426void glShaderSourceARB(GLhandleARB shaderObj, GLsizei count, const GLcharARB ** string, const GLint * length)
427{

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected