[gl] WaitTick

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