MCPcopy Create free account
hub / github.com/PavelDoGreat/WebGL-Fluid-Simulation /

Class

script.js:384–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384class Program {
385 constructor (vertexShader, fragmentShader) {
386 this.uniforms = {};
387 this.program = createProgram(vertexShader, fragmentShader);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected