Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ paint
Function
paint
docs/python_api/examples/renderdoc/display_window.py:83–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
82
# Our paint function will be called ever 33ms, to display the output
83
def
paint():
84
global out, window
85
out.Display()
86
window.after(33, paint)
87
88
# Start on the first action
89
curact = actions[0]
Callers
1
display_window.py
File · 0.70
Calls
1
Display
Method · 0.80
Tested by
no test coverage detected