Ray tracing samples can now also use the UI overlay

General cleanup, changed default settings.overlay value
This commit is contained in:
Sascha Willems 2021-08-28 12:59:10 +02:00
parent d0f0e1698e
commit 3b1ff1eece
73 changed files with 129 additions and 87 deletions

View file

@ -52,7 +52,6 @@ public:
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
{
title = "Negative Viewport height";
settings.overlay = true;
// [POI] VK_KHR_MAINTENANCE1 is required for using negative viewport heights
// Note: This is core as of Vulkan 1.1. So if you target 1.1 you don't have to explicitly enable this
enabledDeviceExtensions.push_back(VK_KHR_MAINTENANCE1_EXTENSION_NAME);