Move sampling to a compute kernel

This commit is contained in:
Eryn Wells 2018-10-14 17:26:12 -07:00
parent d60b2d8744
commit 275b260cf9
5 changed files with 121 additions and 44 deletions

View file

@ -39,8 +39,6 @@ struct Parameters {
float3x3 colorTransform;
};
typedef float3 Ball;
#pragma mark - Vertex
vertex RasterizerData