Commit graph

17 commits

Author SHA1 Message Date
074cbb18ba Mark appropriate methods of wgpu wrappers as const 2026-05-11 13:47:21 +03:00
46f672599d Upgrade to wgpu-native version 25.0.2.1 2025-08-08 23:20:44 +03:00
e7482bb165 Fix max_anisotropy naming in wgpu 2024-12-03 22:29:06 +03:00
fbb032fe63 Support native limits in wgpu device creation 2024-11-14 13:48:40 +03:00
f986f0d4b1 Add defaults to wgpu::limits 2024-11-14 13:47:56 +03:00
ad36acf238 Fix memory leak in wgpu lib 2024-06-03 18:15:33 +03:00
cb4a8e836f Missing include compilation fix 2024-05-15 13:39:09 +03:00
8ff0adb710 Fix wgpu::device::create_render_pipeline 2024-01-02 16:04:40 +03:00
97ee3c1134 WebGPU wrapper wip: add device methods 2024-01-01 16:43:46 +03:00
c0b485ae4b WebGPU wrapper wip: add pipeline layout object 2024-01-01 14:47:57 +03:00
20b584b5e0 WebGPU wrapper wip: add bind group layout object 2024-01-01 14:43:12 +03:00
e34b187235 WebGPU wrapper wip: add bind group object 2024-01-01 14:21:25 +03:00
e0281cd13f WebGPU wrapper wip: add compute pipeline object 2024-01-01 14:04:47 +03:00
ea71e1878e WebGPU wrapper wip: add render pipeline object 2023-12-31 15:21:20 +03:00
cde91b55a9 WebGPU wrapper wip: add device.create_* methods for existing objects 2023-12-31 14:35:51 +03:00
20a114eb41 WebGPU wrapper wip: clearing screen pipeline working 2023-12-31 02:13:28 +03:00
e2fdb777de WebGPU support wip 2023-12-30 16:50:44 +03:00