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:
authorJeroen Bakker <jeroen@blender.org>2022-11-08 16:32:27 +0300
committerJeroen Bakker <jeroen@blender.org>2022-11-08 16:32:27 +0300
commit0fae43efb25da6ea7a56b40da449029d53d12997 (patch)
treeaa1cd2e70e599b6e6f8d418396de999e44ebfa18 /intern/ghost/intern/GHOST_SystemWayland.cpp
parent31ecc302837236c22a95286c480155c0ef7e9424 (diff)
Apply formatting.temp-ghost-vulkan
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemWayland.cpp')
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 3255d667e41..5e9a1703152 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -5594,9 +5594,13 @@ GHOST_IContext *GHOST_SystemWayland::createOffscreenContext(GHOST_GLSettings glS
if (glSettings.context_type == GHOST_kDrawingContextTypeVulkan) {
GHOST_Context *context = new GHOST_ContextVK(false,
GHOST_kVulkanPlatformWayland,
- 0, NULL,
- wl_surface, display_->wl_display,
- 1, 0, debug_context);
+ 0,
+ NULL,
+ wl_surface,
+ display_->wl_display,
+ 1,
+ 0,
+ debug_context);
if (!context->initializeDrawingContext()) {
delete context;