Bit of shader refactoring

This commit is contained in:
Dynamitos
2023-11-26 12:47:48 +01:00
parent 52c7fce931
commit 2ad7eae60b
6 changed files with 18 additions and 33 deletions
+4 -4
View File
@@ -2,10 +2,10 @@ import Common;
struct MaterialParameter
{
float3 position_TS : POSITION0;
float3 position_WS : POSITION1;
float2 texCoords : TEXCOORDS0;
float3 vertexColor : COLOR0;
float3 position_TS;
float3 position_WS;
float2 texCoords;
float3 vertexColor;
};
// data used by light environment