[kit] Add target and feather properties to the Parameters struct

This commit is contained in:
Eryn Wells 2017-08-24 18:35:16 -07:00
parent 859127d537
commit 6c06aadd37
2 changed files with 9 additions and 8 deletions

View file

@ -41,11 +41,10 @@ typedef struct {
short2 size;
ushort numberOfBalls;
ushort unused1;
uint unused2;
ushort unused3;
ushort colorStyle;
float target;
float feather;
float4 colors[4];
} Parameters;