-
Notifications
You must be signed in to change notification settings - Fork 969
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
Support precompiled shaders #2280
Labels
area: api
Issues related to API surface
area: ecosystem
Help the connected projects grow and prosper
help required
We need community help to make this happen.
type: enhancement
New feature or request
Comments
kvark
added
type: enhancement
New feature or request
help required
We need community help to make this happen.
area: api
Issues related to API surface
area: ecosystem
Help the connected projects grow and prosper
labels
Dec 11, 2021
There are too many things at the top of the list related to naga.
|
Superceded by #3103 |
cwfitzgerald
pushed a commit
that referenced
this issue
Oct 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: api
Issues related to API surface
area: ecosystem
Help the connected projects grow and prosper
help required
We need community help to make this happen.
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Related to gfx-rs/gfx#3117
Requested by @raphlinus for piet
Also in #2278
Generally, we believe
wgpu
needs to be responsible for the full tech stack, including shader translation.This is needed for many reasons, some of which are:
However, in some cases, it's really good to be able to skip the translation step. For example, when targeting a very specific platform with known pipeline layouts and states. Like a console, or a WebGL2 target.
Describe the solution you'd like
Describe alternatives you've considered
Keeping it private.
Additional context
The text was updated successfully, but these errors were encountered: