mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
tests: Test comparison and logic operators on SM1 vertex shaders.
Currently these are failing for SM1 because VKD3DSIH_SLT is not being handled by spirv.c.
This commit is contained in:
committed by
Alexandre Julliard
parent
cfac67ccc2
commit
308c7941d4
Notes:
Alexandre Julliard
2024-03-11 23:06:28 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Zebediah Figura (@zfigura) Approved-by: Francisco Casas (@fcasas) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/694
@@ -214,6 +214,7 @@ vkd3d_shader_tests = \
|
||||
tests/hlsl/uniform-semantics.shader_test \
|
||||
tests/hlsl/vector-indexing-uniform.shader_test \
|
||||
tests/hlsl/vector-indexing.shader_test \
|
||||
tests/hlsl/vertex-shader-ops.shader_test \
|
||||
tests/hlsl/writemask-assignop-0.shader_test \
|
||||
tests/hlsl/writemask-assignop-1.shader_test \
|
||||
tests/hlsl/writemask-assignop-2.shader_test \
|
||||
|
||||
Reference in New Issue
Block a user