mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
tests: Mark interface packing pipeline creation as todo on MoltenVK.
Most Vulkan drivers are happy to compile a pipeline with interstage interface mismatches, even if the pipeline will be broken. Metal, and therefore MoltenVK, instead doesn't and errors out immediately.
This commit is contained in:
committed by
Henri Verbeet
parent
b411086398
commit
dff7c0e7b8
Notes:
Henri Verbeet
2024-10-22 20:55:14 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1203
@@ -147,6 +147,8 @@ static bool check_qualifier_args_conjunction(struct shader_runner *runner, const
|
||||
{"sm<6", SHADER_MODEL_2_0, SHADER_MODEL_6_0 - 1},
|
||||
{"glsl", 0, 0, true},
|
||||
{"d3d12", 0, 0, true},
|
||||
{"mvk", 0, 0, true},
|
||||
{"vulkan", 0, 0, true},
|
||||
};
|
||||
|
||||
while (*line != ')' && *line != '|')
|
||||
|
Reference in New Issue
Block a user