vkd3d-shader/hlsl: Allow non-numeric types in the ternary operator.

This commit is contained in:
Zebediah Figura
2023-11-09 19:43:31 -06:00
committed by Alexandre Julliard
parent 46bd099341
commit 16962ac6f1
Notes: Alexandre Julliard 2024-01-17 22:43:18 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/463
2 changed files with 29 additions and 7 deletions

View File

@@ -329,7 +329,7 @@ float4 main() : sv_target
}
[pixel shader fail]
[pixel shader fail todo]
Texture2D t;
float4 f;