[gl] WaitTick

This commit is contained in:
CamilleLaVey
2025-12-02 22:22:45 -04:00
committed by Caio Oliveira
parent a8cbd910d8
commit c05eff593c
@@ -25,6 +25,10 @@ public:
void Wait();
[[nodiscard]] u64 WaitTick() const noexcept {
return 0;
}
private:
OGLSync sync_object;
};