-
Notifications
You must be signed in to change notification settings - Fork 244
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
wgpu-example-runner throws vulkan validation error #163
Comments
This is a known issue but I don't think there's been a tracking issue for it on GitHub yet. It's due to the fact that gfx-hal (and by extension wgpu) are hardcoded to use Vulkan version 1.0.0 which supports only SPIR-V version 1.0. This is probably something that we want to figure out in terms of whether rust-gpu should support Vulkan/SPIR-V 1.0 explicitly or not. Currently, it's ignorable, it's an 'error' but the shader still runs properly. |
Actually going to make a separate issue for the design decision and leave this one to just track this 'bug' |
Is this "fixed" by #165, or should we turn this into a tracking issue to get wgpu/gfx-hal to use vulkan 1.1? |
Well I think if anything we'd want to close this one and re-open #164 for tracking. |
Eh, the wgpu binary is now being built for 1.0, and this is kind of just waiting for wgpu/gfx-hal to use vulkan 1.1, so I'll close this instead of forever waiting for them. |
Expected Behaviour
wgpu-example-runner should show no errors or warnings during or post execution.
Example & Steps To Reproduce
Running wgpu-example-runner on my system shows the following warning as a part of the Vulkan Validation layer:
The binary runs properly and exits properly without crashing.
System Info
The text was updated successfully, but these errors were encountered: