Vulkan: Remove unecessary present fence (#1166)

This commit is contained in:
goeiecool9999 2024-04-11 06:41:57 +02:00 committed by GitHub
parent 391533dbe5
commit 84cad8b280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 51 deletions

View file

@ -228,7 +228,6 @@ public:
uint64 GenUniqueId(); // return unique id (uses incrementing counter)
void DrawEmptyFrame(bool mainWindow) override;
void PreparePresentationFrame(bool mainWindow);
void InitFirstCommandBuffer();
void ProcessFinishedCommandBuffers();