Skip to content
Snippets Groups Projects
Commit 808ec288 authored by Francisco Casas's avatar Francisco Casas Committed by Alexandre Julliard
Browse files

tests: Add failing test for clip.shader_test in SM1.

We are not properly translating texkill to spir-v since it is only
considering the first component.
parent 8fca8015
No related branches found
No related tags found
1 merge request!744vkd3d-shader/hlsl: Improve SM1 support for non-float operations, part 5.
......@@ -20,3 +20,9 @@ probe all rgba (9, 8, 7, 6)
uniform 0 float4 9 0 7 6
todo(glsl) draw quad
probe all rgba (9, 0, 7, 6)
uniform 0 float4 3 -8 3 0
todo(glsl) draw quad
todo(sm<4) probe all rgba (9, 0, 7, 6)
uniform 0 float4 3 3 3 -1
todo(glsl) draw quad
todo(sm<4) probe all rgba (9, 0, 7, 6)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment