Implements #216 triangle renderer
Compare changes
- Nicolas Pope authored
@@ -28,6 +28,9 @@ __device__ inline float length2(int dx, int dy) { return dx*dx + dy*dy; }
@@ -28,6 +28,9 @@ __device__ inline float length2(int dx, int dy) { return dx*dx + dy*dy; }