summaryrefslogtreecommitdiff
path: root/src/core/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/shader.h')
-rw-r--r--src/core/shader.h8
1 files changed, 4 insertions, 4 deletions
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];