diff --git a/src/main.cpp b/src/main.cpp index 43e5bb1..995e7bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,6 +26,11 @@ namespace sdl3cpp::app { std::atomic g_signalReceived{false}; + +constexpr uint32_t kWidth = 1024; +constexpr uint32_t kHeight = 768; +const std::vector kDeviceExtensions = {"VK_KHR_swapchain"}; + } namespace {