Skip to content

Commit ee2873f

Browse files
author
Bernhard Kerbl
committed
default null
1 parent a42fd59 commit ee2873f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_rasterizer/rasterizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace CudaRasterizer
3838
const float tan_fovx, float tan_fovy,
3939
const bool prefiltered,
4040
float* out_color,
41-
int* radii);
41+
int* radii = nullptr);
4242

4343
static void backward(
4444
const int P, int D, int M, int R,

0 commit comments

Comments
 (0)