Leaving it compiling at least, CL seems to have broken at some point on my thinkpad

This commit is contained in:
2018-02-17 02:08:48 -08:00
parent 51be54c964
commit d6bdcbdeca
5 changed files with 24 additions and 11 deletions

View File

@@ -463,7 +463,7 @@ __kernel void raycaster(
break;
}
constant int vox_dim = OCTDIM;
int vox_dim = OCTDIM;
// If we hit a voxel
// if (voxel.x < (*map_dim).x && voxel.y < (*map_dim).x && voxel.z < (*map_dim).x){