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

File display_window.py

docs/python_api/examples/renderdoc/display_window.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 13

printFunction · 0.85
intFunction · 0.85
InitialiseReplayMethod · 0.80
GlobalEnvironmentMethod · 0.80
CreateOutputMethod · 0.80
ShutdownReplayMethod · 0.80
loadCaptureFunction · 0.70
advanceFunction · 0.70
paintFunction · 0.70
formatMethod · 0.45
GetTexturesMethod · 0.45

Tested by

no test coverage detected