parsegraph-shader
v1.5.11
Published
shader
Downloads
13
Readme
parsegraph-shader
This module provides a method to easily compile a shader
import {compileShader} from 'parsegraph-shader';
const shader = compileShader(gl, shaderSource, gl.VERTEX_SHADER, "Example shader")