MCPcopy Create free account
hub / github.com/baldurk/renderdoc / BlockInvoke

Method BlockInvoke

qrenderdoc/Code/ReplayManager.cpp:288–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void ReplayManager::BlockInvoke(ReplayManager::InvokeCallback m)
289{
290 InvokeHandle *cmd = new InvokeHandle(m);
291
292 PushInvoke(cmd);
293
294 cmd->processed.acquire();
295
296 delete cmd;
297}
298
299void ReplayManager::CancelReplayLoop()
300{

Callers 13

LoadCaptureThreadedMethod · 0.80
~TextureViewerMethod · 0.80
OnCaptureLoadedMethod · 0.80
on_saveTex_clickedMethod · 0.80
~BufferViewerMethod · 0.80
OnCaptureLoadedMethod · 0.80
exportDataMethod · 0.80
OnCaptureLoadedMethod · 0.80
save_texture.pyFile · 0.80
decode_mesh.pyFile · 0.80
fetch_shader.pyFile · 0.80
fetch_counters.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected