summaryrefslogtreecommitdiff
path: root/src/shaders/common/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaders/common/core.h')
-rw-r--r--src/shaders/common/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shaders/common/core.h b/src/shaders/common/core.h
index 623409e..69ff48b 100644
--- a/src/shaders/common/core.h
+++ b/src/shaders/common/core.h
@@ -66,7 +66,7 @@ out_v3->x = color.x * 2 - 1; \
out_v3->y = color.y * 2 - 1; \
out_v3->z = color.z * 2 - 1;
-float linear01depth(float depth);
-float lineareyedepth(float depth);
+float linear01Depth(float depth);
+float linearEyeDepth(float depth);
#endif \ No newline at end of file