From 630ec8244159e5d20d46756d26d63e2175609676 Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Sun, 15 Feb 2026 22:23:46 -0400 Subject: [PATCH] fix build --- src/video_core/vulkan_common/vulkan_device.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/video_core/vulkan_common/vulkan_device.h b/src/video_core/vulkan_common/vulkan_device.h index d52b8aafc4..f47b1298af 100644 --- a/src/video_core/vulkan_common/vulkan_device.h +++ b/src/video_core/vulkan_common/vulkan_device.h @@ -692,6 +692,10 @@ public: return extensions.conditional_rendering; } + bool IsExtConditionalRendering() const { + return IsExtConditionalRenderingSupported(); + } + bool HasTimelineSemaphore() const; /// Returns the minimum supported version of SPIR-V.