We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476615b commit bd2b368Copy full SHA for bd2b368
cuda_rasterizer/auxiliary.h
@@ -26,7 +26,7 @@ __device__ constexpr float SH_C3[] = {
26
-0.5900435899266435f
27
};
28
29
-__forceinline __host__ __device__ float ndc2Pix(float v, int S)
+__forceinline __device__ float ndc2Pix(float v, int S)
30
{
31
return ((v + 1.0) * S - 1.0) * 0.5;
32
}
0 commit comments