mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests/hlsl: Add tests for the EvaluateAttribute*() intrinsics.
Based on earlier tests by Conor McCarthy.
This commit is contained in:
committed by
Henri Verbeet
parent
a68fd1b0de
commit
ed552e4519
Notes:
Henri Verbeet
2024-12-18 17:38:37 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/806
@@ -155,7 +155,7 @@ enum shader_cap
|
||||
struct shader_runner_caps
|
||||
{
|
||||
const char *runner;
|
||||
const char *const *tags;
|
||||
const char *tags[2];
|
||||
size_t tag_count;
|
||||
enum shader_model minimum_shader_model;
|
||||
enum shader_model maximum_shader_model;
|
||||
|
Reference in New Issue
Block a user