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

Method SetEventID

qrenderdoc/Windows/PythonShell.cpp:598–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 InvokeVoidFunction(&ICaptureContext::ExportCapture, fmt, exportfile);
597 }
598 virtual void SetEventID(const rdcarray<ICaptureViewer *> &exclude, uint32_t selectedEventID,
599 uint32_t eventId, bool force = false) override
600 {
601 InvokeVoidFunction(&ICaptureContext::SetEventID, exclude, selectedEventID, eventId, force);
602 }
603 virtual void RefreshStatus() override { InvokeVoidFunction(&ICaptureContext::RefreshStatus); }
604 virtual bool IsResourceReplaced(ResourceId id) override
605 {

Callers 15

ConfigurePathMenuMethod · 0.45
AddPathButtonMethod · 0.45
mousePressEventMethod · 0.45
mouseMoveEventMethod · 0.45
events_currentChangedMethod · 0.45
location_keyPressMethod · 0.45
startDebugMethod · 0.45
jumpToPrimitiveMethod · 0.45

Calls

no outgoing calls

Tested by 1