mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 07:40:31 +01:00
microsoft/clc: Set features that are used by CL tests
Reviewed-by: Karol Herbst <kherbst@redhat.com>
(cherry picked from commit e9ab33c9a1)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21467>
This commit is contained in:
parent
785cf85296
commit
f6a8dfe7e1
1 changed files with 3 additions and 0 deletions
|
|
@ -795,6 +795,9 @@ ComputeTest::compile(const std::vector<const char *> &sources,
|
|||
};
|
||||
args.args = compile_args.data();
|
||||
args.num_args = (unsigned)compile_args.size();
|
||||
args.features.images = true;
|
||||
args.features.images_read_write = true;
|
||||
args.features.int64 = true;
|
||||
ComputeTest::Shader shader;
|
||||
|
||||
std::vector<Shader> shaders;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue