mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
fix build
This commit is contained in:
parent
fe3e62ec19
commit
7b84247964
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue