Add color rotation matrix to Parameters

This commit is contained in:
Eryn Wells 2018-10-09 11:57:35 -07:00
parent 0844fbc010
commit d3190dd7e7
3 changed files with 13 additions and 3 deletions

View file

@ -44,6 +44,7 @@ typedef struct {
float target;
float feather;
float4 colors[4];
float2x2 colorRotation;
} Parameters;
typedef float3 Ball;