Skip to content
Snippets Groups Projects
Verified Commit 0ab6179b authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#101] Fixed app

parent bdfe7b8c
No related branches found
No related tags found
1 merge request!86Resolve "Device feature checks missing"
Pipeline #26946 passed
...@@ -18,8 +18,7 @@ App::App() : ...@@ -18,8 +18,7 @@ App::App() :
m_applicationName, m_applicationName,
VK_MAKE_VERSION(0, 0, 1), VK_MAKE_VERSION(0, 0, 1),
{ vk::QueueFlagBits::eGraphics ,vk::QueueFlagBits::eCompute , vk::QueueFlagBits::eTransfer }, { vk::QueueFlagBits::eGraphics ,vk::QueueFlagBits::eCompute , vk::QueueFlagBits::eTransfer },
{}, { VK_KHR_SWAPCHAIN_EXTENSION_NAME })),
{ "VK_KHR_swapchain" })),
m_cameraManager(m_window){} m_cameraManager(m_window){}
bool App::initialize() { 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