mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 08:15:37 +00:00
Wait for command buffer completion before returning from renderFrame()
This commit is contained in:
parent
8959ddbeb6
commit
896456a8ac
@ -523,6 +523,9 @@ public:
|
|||||||
[commandBuffer presentDrawable:m_NextDrawable];
|
[commandBuffer presentDrawable:m_NextDrawable];
|
||||||
[commandBuffer commit];
|
[commandBuffer commit];
|
||||||
|
|
||||||
|
// Wait for the command buffer to complete and free our CVMetalTextureCache references
|
||||||
|
[commandBuffer waitUntilCompleted];
|
||||||
|
|
||||||
[m_NextDrawable release];
|
[m_NextDrawable release];
|
||||||
m_NextDrawable = nullptr;
|
m_NextDrawable = nullptr;
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user