# Objective - Fixes #15781 ## Solution - DX12 backend seems to require functions with return types to return value. [WebGPU spec also requires this](https://gpuweb.github.io/gpuweb/wgsl/#behaviors-rules). Upstream issue: https://github.com/gfx-rs/wgpu/issues/4458 https://github.com/gpuweb/gpuweb/issues/2523 ## Testing - Tested `order_independent_transparency` example with both dx12 and vulkan backend on Windows |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||