veloren/assets
Imbris 5434ce546b Fix issue with missing capability when enabling shaderc optimizations
See https://github.com/gfx-rs/wgpu/issues/4915

Also:
* Remove unused vert-out frag-in variables from shaders (naga doesn't
  like this probably because they are optimized out on the fragment
  side). This restriction from naga may be relaxed in the future
  see https://github.com/gfx-rs/wgpu/issues/3748.
* Enable OptimizationLevel::Performance for shaderc by default
* Add a environment variable VOXYGEN_SHADERC_OPTS for disabling this
  (e.g. to test if it actually makes a difference on any platform).
  (TODO: testing might be easier if there was a way to do toggle it
  without restarting...)
2024-02-14 16:36:59 -05:00
..
common removed unused fields from item assets 2024-02-06 22:05:08 +01:00
server/manifests haniwa 2024-01-20 17:45:23 +00:00
test/loadout/ok Rebase commit 2022-05-16 15:11:36 -04:00
voxygen Fix issue with missing capability when enabling shaderc optimizations 2024-02-14 16:36:59 -05:00
world fixed comma + changelog 2024-01-31 18:27:38 +00:00