Browse Source

fix build

camillelavey-patch-1
CamilleLaVey 3 weeks ago
committed by crueter
parent
commit
7b84247964
  1. 4
      src/video_core/vulkan_common/vulkan_device.h

4
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.

Loading…
Cancel
Save