Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/device/metal/bvh.mm')
-rw-r--r--intern/cycles/device/metal/bvh.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/device/metal/bvh.mm b/intern/cycles/device/metal/bvh.mm
index 7c79196845a..1953102cb41 100644
--- a/intern/cycles/device/metal/bvh.mm
+++ b/intern/cycles/device/metal/bvh.mm
@@ -160,7 +160,7 @@ bool BVHMetal::build_BLAS_mesh(Progress &progress,
}
/* Force a single any-hit call, so shadow record-all behavior works correctly */
- /* (Match optix behaviour: unsigned int build_flags =
+ /* (Match optix behavior: unsigned int build_flags =
* OPTIX_GEOMETRY_FLAG_REQUIRE_SINGLE_ANYHIT_CALL;) */
geomDesc.allowDuplicateIntersectionFunctionInvocation = false;
@@ -359,7 +359,7 @@ bool BVHMetal::build_BLAS_hair(Progress &progress,
geomDescMotion.intersectionFunctionTableOffset = 1;
/* Force a single any-hit call, so shadow record-all behavior works correctly */
- /* (Match optix behaviour: unsigned int build_flags =
+ /* (Match optix behavior: unsigned int build_flags =
* OPTIX_GEOMETRY_FLAG_REQUIRE_SINGLE_ANYHIT_CALL;) */
geomDescMotion.allowDuplicateIntersectionFunctionInvocation = false;
geomDescMotion.opaque = true;
@@ -375,7 +375,7 @@ bool BVHMetal::build_BLAS_hair(Progress &progress,
geomDescNoMotion.intersectionFunctionTableOffset = 1;
/* Force a single any-hit call, so shadow record-all behavior works correctly */
- /* (Match optix behaviour: unsigned int build_flags =
+ /* (Match optix behavior: unsigned int build_flags =
* OPTIX_GEOMETRY_FLAG_REQUIRE_SINGLE_ANYHIT_CALL;) */
geomDescNoMotion.allowDuplicateIntersectionFunctionInvocation = false;
geomDescNoMotion.opaque = true;