-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache GPU limits once at setup (#220)
Only cache GPU limits once on `EffectsMeta` creation. It's unclear what the behavior of Bevy is with respect to GPU adapter dynamic change; most likely this is not supported, so assume the limits cannot change after initial setup. Rename `SimParamsUniform` to `GpuSimParams` for consistency with other "GPU types".
- Loading branch information
Showing
1 changed file
with
78 additions
and
77 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