prevent race condition around framebuffers

This commit is contained in:
RSDuck
2021-02-02 15:31:32 +01:00
parent b5e601bb88
commit 40aae154cf
4 changed files with 110 additions and 72 deletions

View File

@ -563,7 +563,7 @@ void SetRenderSettings(RenderSettings& settings);
void Stop();
void RenderFrame();
void BindOutputTexture();
void BindOutputTexture(int buf);
}
#endif