Cleen up shader

This commit is contained in:
Sascha Willems 2025-03-29 12:50:05 +01:00
parent c4556374c3
commit 9b25dbce53

View file

@ -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