This makes it so that Compute and ComputeKernel can run kernels that avoid iterating over apron voxels, reducing the amount of computational work, while requiring that aprons be updated afterwards. This also updates the samples to include the new arguments to Compute and ComputeKernel, an API-breaking change.
This makes it so that
Compute
andComputeKernel
can run kernels that avoid iterating over apron voxels, reducing the amount of computational work, while requiring that aprons be updated afterwards. This also updates the samples to include the new arguments to Compute and ComputeKernel, an API-breaking change.