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

Class

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

Source from the content-addressed store, hash-verified

349}
350
351class Material {
352 constructor (vertexShader, fragmentShaderSource) {
353 this.vertexShader = vertexShader;
354 this.fragmentShaderSource = fragmentShaderSource;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected