The HLSL standard committee is considering adding support for auto return types for normal functions (as implemented in C++14).
We should add this feature to DXC since it seems like an obvious extension over basic auto which we've already added as an extension.
The full proposal document is here:
https://hlsl-tc57.github.io/tc57/proposal/0010/
The HLSL standard committee is considering adding support for
autoreturn types for normal functions (as implemented in C++14).We should add this feature to DXC since it seems like an obvious extension over basic
autowhich we've already added as an extension.The full proposal document is here:
https://hlsl-tc57.github.io/tc57/proposal/0010/