[app,fw] Pass color information into the shader

This commit is contained in:
Eryn Wells 2017-08-08 11:52:48 -07:00
parent 48748f53e7
commit c84681559e
3 changed files with 48 additions and 44 deletions

View file

@ -27,6 +27,13 @@ typedef struct {
typedef struct {
short2 size;
ushort numberOfBalls;
ushort unused1;
uint unused2;
ushort unused3;
ushort colorStyle;
float4 colors[4];
} Parameters;
typedef float3 Ball;