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:
authorCampbell Barton <ideasman42@gmail.com>2021-12-13 08:22:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-13 08:22:21 +0300
commitbea5a9997d5d8cc8d720b9f35c11579c4b096784 (patch)
tree4c92af62922454eae6dc10a0b40d99f8d62f6355 /intern/cycles
parent36c6b2e893b89f6b378f60fb975f73d47b248027 (diff)
Cleanup: clang-format
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/device/metal/util.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/metal/util.mm b/intern/cycles/device/metal/util.mm
index 0a8b0ee6f10..763a37cb503 100644
--- a/intern/cycles/device/metal/util.mm
+++ b/intern/cycles/device/metal/util.mm
@@ -48,7 +48,7 @@ bool MetalInfo::device_version_check(id<MTLDevice> device)
/* Metal Cycles doesn't work correctly on macOS versions older than 12.0 */
if (@available(macos 12.0, *)) {
MetalGPUVendor vendor = get_vendor_from_device_name([[device name] UTF8String]);
-
+
/* Metal Cycles works on Apple Silicon GPUs at present */
return (vendor == METAL_GPU_APPLE);
}