Missing change for 6f04231b31
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/// <summary>
|
||||
/// Current materials shader version.
|
||||
/// </summary>
|
||||
#define MATERIAL_GRAPH_VERSION 169
|
||||
#define MATERIAL_GRAPH_VERSION 170
|
||||
|
||||
class Material;
|
||||
class GPUShader;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user