[gl] WaitTick

This commit is contained in:
CamilleLaVey 2025-12-02 22:22:45 -04:00 committed by Caio Oliveira
parent 699dda1957
commit d2253d401c

View file

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