Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
9
print
Function · 0.85
BlockInvoke
Method · 0.80
InitialiseReplay
Method · 0.80
GlobalEnvironment
Method · 0.80
ShutdownReplay
Method · 0.80
loadCapture
Function · 0.70
sampleCode
Function · 0.70
format
Method · 0.45
Shutdown
Method · 0.45
Tested by
no test coverage detected