Ensure that wgpu is compatible both with imgui 1.6.0 and older #1703
Annotations
9 errors
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L13
wgpu/utils/imgui/imgui_renderer.py:13:5: N816 Variable `imgui_Key_mod_shift` in global scope should not be mixedCase
|
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L14
wgpu/utils/imgui/imgui_renderer.py:14:5: N816 Variable `imgui_Key_mod_ctrl` in global scope should not be mixedCase
|
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L15
wgpu/utils/imgui/imgui_renderer.py:15:5: N816 Variable `imgui_Key_mod_alt` in global scope should not be mixedCase
|
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L16
wgpu/utils/imgui/imgui_renderer.py:16:5: N816 Variable `imgui_Key_mod_super` in global scope should not be mixedCase
|
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L18
wgpu/utils/imgui/imgui_renderer.py:18:5: N816 Variable `imgui_Key_mod_shift` in global scope should not be mixedCase
|
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L19
wgpu/utils/imgui/imgui_renderer.py:19:5: N816 Variable `imgui_Key_mod_ctrl` in global scope should not be mixedCase
|
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L20
wgpu/utils/imgui/imgui_renderer.py:20:5: N816 Variable `imgui_Key_mod_alt` in global scope should not be mixedCase
|
Ruff lint:
wgpu/utils/imgui/imgui_renderer.py#L21
wgpu/utils/imgui/imgui_renderer.py:21:5: N816 Variable `imgui_Key_mod_super` in global scope should not be mixedCase
|
Ruff lint
Process completed with exit code 1.
|
Loading