Implements #216 triangle renderer
Compare changes
- Nicolas Pope authored
@@ -11,6 +11,85 @@ using ftl::render::SplatParams;
@@ -30,15 +109,63 @@ __device__ inline float length2(int dx, int dy) { return dx*dx + dy*dy; }
@@ -65,7 +192,7 @@ __device__ inline float length2(int dx, int dy) { return dx*dx + dy*dy; }