mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-29 00:59:39 +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
|
||||
{
|
||||
float3 position : POSITION;
|
||||
float3 normal : NORMAL;
|
||||
float4 color : COLOR0;
|
||||
float3 normal : NORMAL;
|
||||
float2 texCoord : TEXCOORD0;
|
||||
float2 shiftdata : TEXCOORD1;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue