mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/hlsl: Do not test the implicit passthrough control point phase for SM6.
This commit is contained in:
committed by
Henri Verbeet
parent
dbd1938ce4
commit
a189a4cfb7
Notes:
Henri Verbeet
2025-04-16 16:52:31 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1461
@@ -130,8 +130,9 @@ void main(InputPatch<data, 3> input)
|
||||
}
|
||||
|
||||
[test]
|
||||
if(!llvmpipe) todo(sm<6) draw 3 control point patch list 3
|
||||
if(!llvmpipe) todo(mvk) probe (0, 0, 640, 480) rgba(0.0, 1.0, 0.0, 1.0)
|
||||
% DXC doesn't generate a passthrough control point phase like FXC does
|
||||
if(!llvmpipe & sm<6) todo draw 3 control point patch list 3
|
||||
if(!llvmpipe & sm<6) todo(mvk) probe (0, 0, 640, 480) rgba(0.0, 1.0, 0.0, 1.0)
|
||||
|
||||
[require]
|
||||
shader model >= 5.0
|
||||
|
Reference in New Issue
Block a user