diff options
author | chai <chaifix@163.com> | 2020-07-18 03:25:53 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-07-18 03:25:53 +0800 |
commit | 4984946caf0397a13da7605bc1ee406ea7354628 (patch) | |
tree | 0e87b71ae7639b8f12dbf3e8ec94e2087390acef /src/core/shader.h | |
parent | e5e995103377f9bb79123ef8257d8680ed0945fc (diff) |
-VertexShaderIn
Diffstat (limited to 'src/core/shader.h')
-rw-r--r-- | src/core/shader.h | 8 |
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]; |