mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/shader-runner: Introduce an 'int64' requirement directive.
This commit is contained in:
committed by
Alexandre Julliard
parent
0610867334
commit
95c48eb98e
Notes:
Alexandre Julliard
2023-12-12 23:15:46 +01:00
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/489
@@ -122,6 +122,7 @@ struct shader_runner
|
||||
char *fx_source;
|
||||
enum shader_model minimum_shader_model;
|
||||
enum shader_model maximum_shader_model;
|
||||
bool require_int64;
|
||||
|
||||
bool last_render_failed;
|
||||
|
||||
|
Reference in New Issue
Block a user