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 <campbell@blender.org>2022-07-21 10:45:36 +0300
committerCampbell Barton <campbell@blender.org>2022-07-21 10:45:36 +0300
commitd6faee2824b9647a96a3679ead7220bf32b2430b (patch)
tree98b586c44c3e28bd6307a92f15ac83aa4ee5c5d0 /source/blender/gpu/metal
parent2eeedbbca96306971a7605ade18ee42053b17e41 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/gpu/metal')
-rw-r--r--source/blender/gpu/metal/mtl_backend.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/metal/mtl_backend.mm b/source/blender/gpu/metal/mtl_backend.mm
index 3328855bbf8..83cf3af0804 100644
--- a/source/blender/gpu/metal/mtl_backend.mm
+++ b/source/blender/gpu/metal/mtl_backend.mm
@@ -10,8 +10,8 @@
#include "mtl_backend.hh"
#include "mtl_context.hh"
#include "mtl_framebuffer.hh"
-#include "mtl_uniform_buffer.hh"
#include "mtl_query.hh"
+#include "mtl_uniform_buffer.hh"
#include "gpu_capabilities_private.hh"
#include "gpu_platform_private.hh"