We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an Intel Arc a750 GPU and when try to open the game editor, it popups an error like this:
[Bamboo::VulkanRHI::getProperSwapchainSurfacePresentMode] no supported swapchain surface present mode: VK_PRESENT_MODE_MAILBOX_KHR
Which could be solved by commenting this line swapchain_ci.presentMode = m_present_mode; in the vulkan_rhi.cpp file.
swapchain_ci.presentMode = m_present_mode;
Not a big deal, but just to make mention and see if it can be addressed in the future.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an Intel Arc a750 GPU and when try to open the game editor, it popups an error like this:
[Bamboo::VulkanRHI::getProperSwapchainSurfacePresentMode] no supported swapchain surface present mode: VK_PRESENT_MODE_MAILBOX_KHR
Which could be solved by commenting this line
swapchain_ci.presentMode = m_present_mode;
in the vulkan_rhi.cpp file.
Not a big deal, but just to make mention and see if it can be addressed in the future.
The text was updated successfully, but these errors were encountered: