Missing change for 6f04231b31

This commit is contained in:
Wojtek Figat
2025-01-05 00:17:52 +01:00
parent 6f04231b31
commit 792d322818
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
/// <summary>
/// Current materials shader version.
/// </summary>
#define MATERIAL_GRAPH_VERSION 169
#define MATERIAL_GRAPH_VERSION 170
class Material;
class GPUShader;

View File

@@ -213,7 +213,7 @@ struct ModelInput_Skinned
float4 Normal : NORMAL;
float4 Tangent : TANGENT;
uint4 BlendIndices : BLENDINDICES;
float4 BlendWeights : BLENDWEIGHT;
float4 BlendWeights : BLENDWEIGHTS;
};
struct Model_VS2PS