We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9568b6d commit d675c14Copy full SHA for d675c14
wgpu/utils/imgui/imgui_backend.py
@@ -391,6 +391,8 @@ def render(
391
The draw data to render, this is usually obtained by calling ``imgui.get_draw_data()``
392
render_pass : wgpu.GPURenderPassEncoder
393
The render pass to render the imgui draw data with
394
+ psize : tuple(int, int)
395
+ The physical size of the canvas, get from calling ``canvas.get_physical_size()``
396
"""
397
if draw_data is None:
398
return
0 commit comments