summaryrefslogtreecommitdiff
path: root/src/shaders/common/core.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-07-13 09:33:38 +0800
committerchai <chaifix@163.com>2020-07-13 09:33:38 +0800
commitefe7768e5b65022b2dd418feff017b97012a6b24 (patch)
tree7495aad22e54459338439464e2e1f45efd5c2699 /src/shaders/common/core.h
parentcc3f158380415de84745a18f2b0ebc7b3855d60f (diff)
*misc
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