Cleen up shader
This commit is contained in:
parent
c4556374c3
commit
9b25dbce53
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
struct VSInput
|
struct VSInput
|
||||||
{
|
{
|
||||||
float3 Pos : POSITION0;
|
float3 Pos : POSITION0;
|
||||||
float3 Normal : NORMAL0;
|
float3 Normal;
|
||||||
float3 Color : COLOR0;
|
float3 Color;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct UBO
|
struct UBO
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue