mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-15 06:20:41 +00:00
Don't add vkQueuePresentKHR drawcall while replaying
This commit is contained in:
@@ -696,7 +696,7 @@ bool WrappedVulkan::Serialise_vkQueuePresentKHR(SerialiserType &ser, VkQueue que
|
||||
|
||||
SERIALISE_CHECK_READ_ERRORS();
|
||||
|
||||
if(IsReplayingAndReading())
|
||||
if(IsReplayingAndReading() && IsLoading(m_State))
|
||||
{
|
||||
AddEvent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user