vkd3d-shader/dxil: Support minimum precision.
- Mar 11, 2024
-
-
-
Minimum precision types must always be implemented as 32-bit to match how reduced precision works in SPIR-V.
-
-
Values in DXIL have no signedness, so it is ambiguous whether 16-bit constants should or should not be sign-extended when 16-bit execution is not supported.
-