tests/hlsl: Add semantic cascading tests.

Co-authored-by: Petrichor Park <ppark@codeweavers.com>
This commit is contained in:
Francisco Casas
2025-06-16 16:29:48 -04:00
committed by Henri Verbeet
parent 7e66d0db6f
commit 9836c88ac6
Notes: Henri Verbeet 2025-07-21 12:34:54 +02:00
Approved-by: Elizabeth Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1595
3 changed files with 268 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ draw quad
probe (0, 0) rgba(-1, -2, 4, 0)
% Casts don't actually perform base type changes, only the outtermost one, which
% Casts don't actually perform base type changes, only the outermost one, which
% I suspect is because the implicit cast on the assignment and not the cast itself.
[pixel shader fail(sm>=4)]
float4 main() : sv_target