Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
sys
2
3
# Import renderdoc if not already imported (e.g. in the UI)
4
if
'renderdoc'
not in sys.modules and
'_renderdoc'
not in sys.modules:
Callers
nothing calls this directly
Calls
13
print
Function · 0.85
int
Function · 0.85
InitialiseReplay
Method · 0.80
GlobalEnvironment
Method · 0.80
CreateOutput
Method · 0.80
ShutdownReplay
Method · 0.80
loadCapture
Function · 0.70
advance
Function · 0.70
paint
Function · 0.70
format
Method · 0.45
GetSupportedWindowSystems
Method · 0.45
GetTextures
Method · 0.45
Tested by
no test coverage detected