MCPcopy 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
83def paint():
84 global out, window
85 out.Display()
86 window.after(33, paint)
87
88# Start on the first action
89curact = actions[0]

Callers 1

display_window.pyFile · 0.70

Calls 1

DisplayMethod · 0.80

Tested by

no test coverage detected