Implements #216 triangle renderer
Compare changes
- Nicolas Pope authored
@@ -61,7 +61,8 @@ __device__ inline void accumulateOutput(TextureObject<float4> &out, TextureObjec
@@ -84,11 +85,24 @@ __global__ void reprojection_kernel(
@@ -102,7 +116,8 @@ template <typename A, typename B>
@@ -113,7 +128,8 @@ void ftl::cuda::reproject(
@@ -127,6 +143,7 @@ template void ftl::cuda::reproject(
@@ -137,6 +154,7 @@ template void ftl::cuda::reproject(
@@ -147,6 +165,7 @@ template void ftl::cuda::reproject(