Fixing some shader stuff

This commit is contained in:
Dynamitos
2024-04-17 14:33:06 +02:00
parent d67c8ebffe
commit a72e92ee37
17 changed files with 292 additions and 225 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ import Common;
struct DebugVertex
{
float3 position;
float3 color;
float3 position : POSITION;
float3 color : COLOR0;
};
struct Params