fn gimme_a_float() -> f32 {
return 42; // fails in Naga, but standard WGSL happily converts to `f32`
}
this is the single most annoying "feature" of the current framework, IMO. I couldn't find the issue that is tracking it. Any chance it could receive some urgent attention? Thanks!
The latest https://github.com/gfx-rs/wgpu/releases/tag/v23.0.0 release highlights this naga WGSL parsing error:
this is the single most annoying "feature" of the current framework, IMO. I couldn't find the issue that is tracking it. Any chance it could receive some urgent attention? Thanks!