mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
ribbon shader variable order fix from @steve_yorkshire
This commit is contained in:
parent
9e792845f7
commit
dc2e17d894
1 changed files with 1 additions and 1 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
struct a2v
|
struct a2v
|
||||||
{
|
{
|
||||||
float3 position : POSITION;
|
float3 position : POSITION;
|
||||||
float3 normal : NORMAL;
|
|
||||||
float4 color : COLOR0;
|
float4 color : COLOR0;
|
||||||
|
float3 normal : NORMAL;
|
||||||
float2 texCoord : TEXCOORD0;
|
float2 texCoord : TEXCOORD0;
|
||||||
float2 shiftdata : TEXCOORD1;
|
float2 shiftdata : TEXCOORD1;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue