fix build

This commit is contained in:
CamilleLaVey 2026-02-15 22:23:46 -04:00
parent 1a2dadcb2e
commit 630ec82441
1 changed files with 4 additions and 0 deletions

View File

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