-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hoist base and blur color unpack4x8unorm from loop (#760)
The calls to unpack the base color for clearing a tile and the blur color for blurred box code don't need to happen within the loop and we can hoist them out to ensure that they're treated more optimally.
- Loading branch information
1 parent
36824fe
commit 4ae4c2f
Showing
1 changed file
with
5 additions
and
2 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