vkd3d-shader/hlsl: Implement asfloat().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov
2023-04-30 04:02:09 +02:00
committed by Alexandre Julliard
parent 3f90a0e671
commit 87037d3748
Notes: Alexandre Julliard 2023-05-02 22:26:34 +02:00
Approved-by: Zebediah Figura (@zfigura)
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/190
3 changed files with 73 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ vkd3d_shader_tests = \
tests/arithmetic-int-uniform.shader_test \
tests/arithmetic-uint.shader_test \
tests/array-parameters.shader_test \
tests/asfloat.shader_test \
tests/asuint.shader_test \
tests/bitwise.shader_test \
tests/bool-semantics.shader_test \