LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tests/test_api.py
tests/test_diagnostics.py
tests/test_gui_auto_offscreen.py
tests/test_gui_base.py
tests/test_gui_glfw.py
tests/test_not_finite.py
tests/test_util_compute.py
tests/test_util_core.py
tests/test_wgpu_native_basics.py
tests/test_wgpu_native_buffer.py
tests/test_wgpu_native_compute_tex.py
tests/test_wgpu_native_errors.py
tests/test_wgpu_native_query_set.py
tests/test_wgpu_native_render.py
tests/test_wgpu_native_render_tex.py
tests/test_wgpu_native_texture.py
tests/testutils.py
wgpu/__init__.py
wgpu/_classes.py
wgpu/_coreutils.py
wgpu/_diagnostics.py
wgpu/classes.py
wgpu/enums.py
wgpu/flags.py
wgpu/structs.py
wgpu.egg-info/PKG-INFO
wgpu.egg-info/SOURCES.txt
wgpu.egg-info/dependency_links.txt
wgpu.egg-info/entry_points.txt
wgpu.egg-info/requires.txt
wgpu.egg-info/top_level.txt
wgpu/__pyinstaller/__init__.py
wgpu/__pyinstaller/conftest.py
wgpu/__pyinstaller/hook-wgpu.py
wgpu/__pyinstaller/test_wgpu.py
wgpu/backends/__init__.py
wgpu/backends/auto.py
wgpu/backends/rs.py
wgpu/backends/js_webgpu/__init__.py
wgpu/backends/wgpu_native/__init__.py
wgpu/backends/wgpu_native/_api.py
wgpu/backends/wgpu_native/_ffi.py
wgpu/backends/wgpu_native/_helpers.py
wgpu/backends/wgpu_native/_mappings.py
wgpu/backends/wgpu_native/extras.py
wgpu/gui/__init__.py
wgpu/gui/_gui_utils.py
wgpu/gui/auto.py
wgpu/gui/base.py
wgpu/gui/glfw.py
wgpu/gui/jupyter.py
wgpu/gui/offscreen.py
wgpu/gui/qt.py
wgpu/gui/wx.py
wgpu/resources/__init__.py
wgpu/resources/webgpu.h
wgpu/resources/webgpu.idl
wgpu/resources/wgpu.h
wgpu/utils/__init__.py
wgpu/utils/compute.py
wgpu/utils/device.py