diff --git a/src/microsoft/clc/compute_test.cpp b/src/microsoft/clc/compute_test.cpp index 9a2d2e9e5ec..f3ee0efeedc 100644 --- a/src/microsoft/clc/compute_test.cpp +++ b/src/microsoft/clc/compute_test.cpp @@ -795,6 +795,9 @@ ComputeTest::compile(const std::vector &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 shaders;