Review shader exaples to work on web (GLSL 100)

This commit is contained in:
Ray
2020-03-02 13:27:54 +01:00
parent 08615d3247
commit 485787059a
14 changed files with 291 additions and 77 deletions

View File

@ -11,7 +11,6 @@ uniform sampler2D texture0;
uniform vec4 colDiffuse;
// NOTE: Add here your custom variables
uniform vec2 resolution = vec2(800, 450);
void main()
{