WebGLSamples / WebGL2Samples

Short and easy to understand samples demonstrating WebGL 2 features
Other
1.01k stars 143 forks source link

OpenGL ES 3 Shading Language new built in function comparing to ES 2 #83

Closed shrekshao closed 8 years ago

shrekshao commented 8 years ago
pjcozzi commented 8 years ago

For the GLSL sample(s), I also want to include the new language features such as non-uniform matrices (which I suppose is implicit above).

shrekshao commented 8 years ago

There are a lot of matrix functions related to non-square matrix. I think I just need to find a scenario to use these functions.