MCPcopy Create free account
hub / github.com/baldurk/renderdoc / decode_mesh.py

File decode_mesh.py

docs/python_api/examples/renderdoc/decode_mesh.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sys
2
3# Import renderdoc if not already imported (e.g. in the UI)
4if 'renderdoc' not in sys.modules and '_renderdoc' not in sys.modules:

Callers

nothing calls this directly

Calls 9

printFunction · 0.85
BlockInvokeMethod · 0.80
InitialiseReplayMethod · 0.80
GlobalEnvironmentMethod · 0.80
ShutdownReplayMethod · 0.80
loadCaptureFunction · 0.70
sampleCodeFunction · 0.70
formatMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected