ribbon shader variable order fix from @steve_yorkshire

This commit is contained in:
AzaezelX 2020-08-02 14:44:26 -05:00
parent 9e792845f7
commit dc2e17d894

View file

@ -5,8 +5,8 @@
struct a2v
{
float3 position : POSITION;
float3 normal : NORMAL;
float4 color : COLOR0;
float3 normal : NORMAL;
float2 texCoord : TEXCOORD0;
float2 shiftdata : TEXCOORD1;
};