From efe7768e5b65022b2dd418feff017b97012a6b24 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 13 Jul 2020 09:33:38 +0800 Subject: *misc --- src/shaders/common/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shaders/common/core.h') 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 -- cgit v1.1-26-g67d0