gpuweb / spirv-execution-env

SPIR-V for WebGPU documents (execution environment and more!)
16 stars 8 forks source link

Consider using SPIR-V 1.4 #29

Open dneto0 opened 5 years ago

dneto0 commented 5 years ago

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 5 years ago

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!