diff options
Diffstat (limited to 'src/core/shader.h')
-rw-r--r-- | src/core/shader.h | 2 |
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; |