0.3.0 • Published 12 years ago
ao-shader v0.3.0
ao-shader
Shader for use with ao-mesher.
Example
Install
npm install ao-shadervar shader = require("ao-shader")(gl)
Creates a shader in the WebGL context.
glis the WebGL context to create the shader in
Returns A GLShader object which wraps a WebGL program
#Credits (c) 2013 Mikola Lysenko. MIT License