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 a42fd59 commit ee2873fCopy full SHA for ee2873f
cuda_rasterizer/rasterizer.h
@@ -38,7 +38,7 @@ namespace CudaRasterizer
38
const float tan_fovx, float tan_fovy,
39
const bool prefiltered,
40
float* out_color,
41
- int* radii);
+ int* radii = nullptr);
42
43
static void backward(
44
const int P, int D, int M, int R,
0 commit comments