From 6162950d9012833ef5d4f96b99c67a46bf97ce6d Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 19 Jul 2021 14:47:34 -0700 Subject: Enable swiftshader in linux CI builds (#1909) --- tools/gfx/vulkan/vk-module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gfx/vulkan/vk-module.h') diff --git a/tools/gfx/vulkan/vk-module.h b/tools/gfx/vulkan/vk-module.h index eb1b3d570..f07f02b72 100644 --- a/tools/gfx/vulkan/vk-module.h +++ b/tools/gfx/vulkan/vk-module.h @@ -29,7 +29,7 @@ struct VulkanModule bool isSoftware() const { return m_isSoftware; } /// Initialize - Slang::Result init(); + Slang::Result init(bool useSoftwareImpl); /// Destroy void destroy(); -- cgit v1.2.3