Browse Source
[gl] WaitTick
remotes/1781624128783872760/eds-true-adreno-fixes-pre-0.1.0
CamilleLaVey
10 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
4 additions and
0 deletions
-
src/video_core/renderer_opengl/gl_fence_manager.h
|
|
@ -25,6 +25,10 @@ public: |
|
|
|
|
|
|
|
|
void Wait(); |
|
|
void Wait(); |
|
|
|
|
|
|
|
|
|
|
|
[[nodiscard]] u64 WaitTick() const noexcept { |
|
|
|
|
|
return 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
OGLSync sync_object; |
|
|
OGLSync sync_object; |
|
|
}; |
|
|
}; |
|
|
|