Commit ee2873f5 by Bernhard Kerbl

default null

parent a42fd590
...@@ -38,7 +38,7 @@ namespace CudaRasterizer ...@@ -38,7 +38,7 @@ namespace CudaRasterizer
const float tan_fovx, float tan_fovy, const float tan_fovx, float tan_fovy,
const bool prefiltered, const bool prefiltered,
float* out_color, float* out_color,
int* radii); int* radii = nullptr);
static void backward( static void backward(
const int P, int D, int M, int R, const int P, int D, int M, int R,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment