[gl] WaitTick

This commit is contained in:
CamilleLaVey 2025-12-02 22:22:45 -04:00 committed by Caio Oliveira
parent a8cbd910d8
commit c05eff593c
No known key found for this signature in database
GPG key ID: AAAE6C7FD4186B0C

View file

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