| 50 | static tf::Executor g_parallel_executor; |
| 51 | |
| 52 | static Rhi::Device GetTestDevice() |
| 53 | { |
| 54 | const Rhi::Devices& devices = Rhi::System::Get().UpdateGpuDevices(); |
| 55 | CHECK(devices.size() > 0); |
| 56 | return devices[0]; |
| 57 | } |
| 58 | |
| 59 | TEST_CASE("UI Context Accessors", "[ui][context][accessor]") |
| 60 | { |