gpuweb/spirv-execution-env

Consider using SPIR-V 1.4

dneto0 opened this issue · 1 comments

It has some nice small enhancements: https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#_changes_from_version_1_3

If we do so, we should have a downgrade path via SPIR-V transforms to idioms for existing Vulkan implementations.

Kangz commented

Looking at the list it seems fairly easy to downgrade to earlier version of SPIR-V. The resolution of public issue 35 seems very useful too!