#[spirv]
Replaces all (nested) occurrences of the #[spirv(..)] attribute with #[cfg_attr(target_arch="spirv", rust_gpu::spirv(..))].
#[spirv(..)]
#[cfg_attr(target_arch="spirv", rust_gpu::spirv(..))]