-
Notifications
You must be signed in to change notification settings - Fork 13.5k
vulkan: fix validation error about VK_PIPELINE_CREATE_CAPTURE_STATISTICS_BIT_KHR #16086
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
Conversation
|
Unrelated to this one, but for coopmat2 I also get: and for coopmat1 even a crash with validation layers enabled: Considering both paths work fine, is this an issue with the implementation, the driver or the validation layers? |
|
I'll follow up on the other errors when I get a chance. The thing about 5116 (bfloat capability) being missing suggests the spirv-val is kind of old, so maybe start by updating to a newer SDK? |
I'll look into it, thank you. |
|
Yeah, my validation layers were older than I thought. Updating them fixed the problem. |
No description provided.