Move shaders to examples

This commit is contained in:
Ray
2017-05-15 22:48:04 +02:00
parent 5f09c71f98
commit aba25e9ba3
39 changed files with 117 additions and 653 deletions

View File

@ -12,8 +12,9 @@ uniform vec4 colDiffuse;
// NOTE: Add here your custom variables
const float renderWidth = 800.0; // HARDCODED for example!
const float renderHeight = 480.0; // Use uniforms instead...
// NOTE: Render size values should be passed from code
const float renderWidth = 800;
const float renderHeight = 450;
float radius = 250.0;
float angle = 0.8;