diff options
Diffstat (limited to 'shaders/glsl330/depth.fs')
| -rw-r--r-- | shaders/glsl330/depth.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/glsl330/depth.fs b/shaders/glsl330/depth.fs index 06d399f9..2422f390 100644 --- a/shaders/glsl330/depth.fs +++ b/shaders/glsl330/depth.fs @@ -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; |
