Skip to content
Snippets Groups Projects
Commit cba45803 authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[#115] Reenable window resizing

parent b343d4ab
No related branches found
No related tags found
1 merge request!100Resolve "Minor Indirect Dispatch fixes"
......@@ -28,7 +28,7 @@ App::App() :
VK_MAKE_VERSION(0, 0, 1),
{ vk::QueueFlagBits::eGraphics ,vk::QueueFlagBits::eCompute , vk::QueueFlagBits::eTransfer },
{ VK_KHR_SWAPCHAIN_EXTENSION_NAME })),
m_windowHandle(m_core.createWindow(m_applicationName, m_windowWidth, m_windowHeight, false)),
m_windowHandle(m_core.createWindow(m_applicationName, m_windowWidth, m_windowHeight, true)),
m_cameraManager(m_core.getWindow(m_windowHandle)){}
bool App::initialize() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment