fix build

This commit is contained in:
CamilleLaVey 2026-02-15 22:23:46 -04:00 committed by lizzie
parent 651a999017
commit 24d07ab28c

View file

@ -698,6 +698,10 @@ public:
return extensions.conditional_rendering;
}
bool IsExtConditionalRendering() const {
return IsExtConditionalRenderingSupported();
}
bool HasTimelineSemaphore() const;
/// Returns the minimum supported version of SPIR-V.