forked from gfx-rs/wgpu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[naga] Compact out unused anonymous overrides.
In compaction, remove unused anonymous overrides. To simplify overload processing, we plan to make all override-sized arrays refer to their lengths via actual `Override`s. Arrays with non-identifier override expressions as their lengths would refer to anonymous `Override`s with interesting `init` expressions. But in order to avoid re-introducing gfx-rs#6788, we need compaction to remove anonymous overrides.
- Loading branch information
Showing
4 changed files
with
335 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.