aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-09 10:16:20 -0500
committerDavid Robillard <d@drobilla.net>2025-02-09 10:16:20 -0500
commit70141d665d9ee077fc6b7735516613706e39d209 (patch)
tree36d1d5d9fe57656a34ed1e75d1527af4643b33aa
parentd38dda5a7f283234021ef3ac738d2e86167c9434 (diff)
downloadpugl-70141d665d9ee077fc6b7735516613706e39d209.tar.gz
pugl-70141d665d9ee077fc6b7735516613706e39d209.tar.bz2
pugl-70141d665d9ee077fc6b7735516613706e39d209.zip
Make pugl_vulkan_cpp_demo explicitly opaque
-rw-r--r--examples/pugl_vulkan_cpp_demo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_cpp_demo.cpp b/examples/pugl_vulkan_cpp_demo.cpp
index 83a6e47..5041070 100644
--- a/examples/pugl_vulkan_cpp_demo.cpp
+++ b/examples/pugl_vulkan_cpp_demo.cpp
@@ -577,7 +577,7 @@ Swapchain::init(const sk::VulkanApi& vk,
VK_SHARING_MODE_EXCLUSIVE,
SK_COUNTED(0, nullptr),
capabilities.currentTransform,
- VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR,
+ VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR,
mode == RenderMode::resizing ? gpu.resizePresentMode : gpu.presentMode,
VK_TRUE,
oldSwapchain};