summaryrefslogtreecommitdiff
path: root/src/core/shader.h
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/core/shader.h
parentefe7768e5b65022b2dd418feff017b97012a6b24 (diff)
*misc
Diffstat (limited to 'src/core/shader.h')
-rw-r--r--src/core/shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/shader.h b/src/core/shader.h
index 70b4ce9..71f26e4 100644
--- a/src/core/shader.h
+++ b/src/core/shader.h
@@ -51,7 +51,7 @@ typedef struct {
Vec4 v4[REG_V4_COUNT];
} FragmentShaderIn;
-typedef bool(*FragmentShader)(UniformCollection* uniforms, FragmentShaderIn* in, Color32* color);
+typedef bool(*FragmentShader)(UniformCollection* uniforms, Color32* color);
typedef struct {
VertexShader vertexshader;