[gl] WaitTick

This commit is contained in:
CamilleLaVey 2025-12-02 22:22:45 -04:00 committed by Caio Oliveira
parent 699dda1957
commit d2253d401c
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ public:
void Wait();
[[nodiscard]] u64 WaitTick() const noexcept {
return 0;
}
private:
OGLSync sync_object;
};