-
Notifications
You must be signed in to change notification settings - Fork 46
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
Hardware feature levels in WGPURequestAdapterOptions #293
Comments
May 9 meeting:
|
One point someone on our team raised about having webgpu.h default to compat, is that compat does enable a bunch of extra validation some of which is not trivial (for example the validation that one texture is only used with one sampler). |
Merged
Closing in favor of #412 which tracks just the one remaining question here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have posted a proposal for the JS API here:
gpuweb/gpuweb#4656
I would like to do the same thing in the C API, except (at least as an initial proposal) with one major difference: we require a feature level in WGPURequestAdapterOptions instead of defaulting to "FL1"/"Core".
The text was updated successfully, but these errors were encountered: