13#ifdef WITH_OPENGL_BACKEND
14void DrawOpenGLTest::SetUp()
16 GPUOpenGLTest::SetUp();
20void DrawOpenGLTest::TearDown()
23 GPUOpenGLTest::TearDown();
27#ifdef WITH_METAL_BACKEND
28void DrawMetalTest::SetUp()
30 GPUMetalTest::SetUp();
34void DrawMetalTest::TearDown()
37 GPUMetalTest::TearDown();
41#ifdef WITH_VULKAN_BACKEND
42void DrawVulkanTest::SetUp()
44 GPUVulkanTest::SetUp();
48void DrawVulkanTest::TearDown()
51 GPUVulkanTest::TearDown();