Skip to content

vkd3d-shader/hlsl: Add support for any() intrinsic.

Ethan Lee requested to merge flibitijibibo/vkd3d:hlsl-any into master

For now, this is limited to float and bool, scalar and vector. All other types are unsupported.

Fixes https://bugs.winehq.org/show_bug.cgi?id=54777

Merge request reports