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

@ -6,7 +6,7 @@ in vec4 fragColor;
// Input uniform values
uniform sampler2D texture0; // Depth texture
uniform vec4 fragTintColor;
uniform vec4 colDiffuse;
// Output fragment color
out vec4 finalColor;