From 4984946caf0397a13da7605bc1ee406ea7354628 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 18 Jul 2020 03:25:53 +0800 Subject: -VertexShaderIn --- src/core/shader.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/shader.h') diff --git a/src/core/shader.h b/src/core/shader.h index 71f26e4..043ba1e 100644 --- a/src/core/shader.h +++ b/src/core/shader.h @@ -38,11 +38,11 @@ typedef struct { #define REG_V3_COUNT 12 #define REG_V4_COUNT 8 -typedef struct { - Vert* vertex; -} VertexShaderIn; +//typedef struct { +// Vertex* vertex; +//} Vertex; -typedef void(*VertexShader)(UniformCollection* uniforms, VertexShaderIn* in, Vec4* homocoord); +typedef void(*VertexShader)(UniformCollection* uniforms, Vertex* in, Vec4* homocoord); typedef struct { float num[REG_NUM_COUNT]; -- cgit v1.1-26-g67d0