MCPcopy Index your code
hub / github.com/GrayMind/WebGL-Programming-Guide / createProgram

Function createProgram

source/lib/cuon-utils.js:29–61  ·  view source on GitHub ↗

* Create the linked program object * @param gl GL context * @param vshader a vertex shader program (string) * @param fshader a fragment shader program (string) * @return created program object, or null if the creation has failed

(gl, vshader, fshader)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

initShadersFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

loadShaderFunction · 0.85

Tested by

no test coverage detected