mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 15:43:45 +00:00
Merge pull request #267 from Azaezel/alpha40_ribbonFix
ribbon shader variable order fix from @steve_yorkshire
This commit is contained in:
commit
d9649025f5
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