Closed
Description
Proposal
In the spirit of previous discussions of wanting to increase the capabilities of rust-gpu
while also allowing more iteration to happen in crates outside of the main repo, I'd like to propose adding arch
module to spirv-std
, in which there is only single purpose unsafe functions that map to a single instruction in SPIR-V. This would allow more people to use features we currently don't support at any higher level sooner without having to write inline assembly themselves, while also giving us the time to design those abstractions without needing to rush them to provide any level of support in rust-gpu
.