rust-gpu
rust-gpu copied to clipboard
Rename spirv attribute
Although we only support SpirV as a target right now and implementing a DXIL backend would still be a thing of the distant future, it doesn't make much sense to have the attribute that annotates generic gpu stuff be called "spirv". Changing it into a more platform agnostic name early on in the project would prevent breaking a lot of GPU code later on.