summaryrefslogtreecommitdiff
path: root/src/shaders/pbr.c
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-07-14 20:54:35 +0800
committerchai <chaifix@163.com>2020-07-14 20:54:35 +0800
commitb0235d7a0bac4994da7102887ec0ba1cd613769f (patch)
treed7315b8e99b8781e95cf9cbf016f10c989ce7afb /src/shaders/pbr.c
parentefe7768e5b65022b2dd418feff017b97012a6b24 (diff)
*misc
Diffstat (limited to 'src/shaders/pbr.c')
-rw-r--r--src/shaders/pbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shaders/pbr.c b/src/shaders/pbr.c
index b8ee4be..e4afbf4 100644
--- a/src/shaders/pbr.c
+++ b/src/shaders/pbr.c
@@ -31,7 +31,7 @@ static void vert(UniformCollection* uniforms, VertexShaderIn* in, Vec4* clipcoor
_clip_pos->y = clipcoord->w;
}
-static bool frag(UniformCollection* uniforms, FragmentShaderIn* in, Vec4* color) {
+static bool frag(UniformCollection* uniforms, Vec4* color) {
//internal_vec3_normalize(light, light);
//internal_vec3_normalize(vnormal, vnormal);
//float roughness = *rough;