Skip to content
New issue

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

windows debug下vulkan validation异常 #86

Open
weiyi-boynextdoor opened this issue Apr 8, 2022 · 1 comment
Open

windows debug下vulkan validation异常 #86

weiyi-boynextdoor opened this issue Apr 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@weiyi-boynextdoor
Copy link

debug下m_enable_validation_Layers 为true,下面会抛异常
void Pilot::PVulkanContext::createInstance()
{
// validation layer will be enabled in debug mode
if (Pilot::PVulkanManager::m_enable_validation_Layers && !checkValidationLayerSupport())
{
throw std::runtime_error("validation layers requested, but not available!");
}

@weiyi-boynextdoor weiyi-boynextdoor added the bug Something isn't working label Apr 8, 2022
@hyv1001
Copy link
Collaborator

hyv1001 commented Apr 8, 2022

Duplicate of #23

@hyv1001 hyv1001 marked this as a duplicate of #23 Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants