Skip to content

Commit cc408a2

Browse files
author
Bernhard Kerbl
committed
Interesting bugfix!
1 parent ee2873f commit cc408a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_rasterizer/rasterizer_impl.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ CudaRasterizer::GeometryState CudaRasterizer::GeometryState::fromChunk(char*& ch
145145
{
146146
GeometryState geom;
147147
obtain(chunk, geom.depths, P, 128);
148-
obtain(chunk, geom.clamped, P, 128);
148+
obtain(chunk, geom.clamped, P * 3, 128);
149149
obtain(chunk, geom.internal_radii, P, 128);
150150
obtain(chunk, geom.means2D, P, 128);
151151
obtain(chunk, geom.cov3D, P * 6, 128);

0 commit comments

Comments
 (0)