mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Add a delay after Compute_Only tests to allow capture to be found
This commit is contained in:
@@ -143,6 +143,8 @@ void main()
|
||||
|
||||
GPUSync();
|
||||
|
||||
msleep(1000);
|
||||
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -182,6 +182,8 @@ void main()
|
||||
if(rdoc)
|
||||
rdoc->EndFrameCapture(NULL, NULL);
|
||||
|
||||
msleep(1000);
|
||||
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user