Skip to content

Commit bd2b368

Browse files
author
Bernhard Kerbl
committed
Linux fix
1 parent 476615b commit bd2b368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_rasterizer/auxiliary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ __device__ constexpr float SH_C3[] = {
2626
-0.5900435899266435f
2727
};
2828

29-
__forceinline __host__ __device__ float ndc2Pix(float v, int S)
29+
__forceinline __device__ float ndc2Pix(float v, int S)
3030
{
3131
return ((v + 1.0) * S - 1.0) * 0.5;
3232
}

0 commit comments

Comments
 (0)