Commit graph

17 commits

Author SHA1 Message Date
818db07676 WebGPU wrapper wip: add compute pass encoder object 2024-01-01 15:03:44 +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
4370bf608f WebGPU wrapper wip: move constant_entry to a separate header 2024-01-01 14:23:18 +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
e52ab0d731 WebGPU wrapper wip: add sampler object 2023-12-31 14:08:04 +03:00
260d584df8 WebGPU wrapper wip: add shader module object 2023-12-31 13:51:15 +03:00
20a114eb41 WebGPU wrapper wip: clearing screen pipeline working 2023-12-31 02:13:28 +03:00
095b06d5f1 WebGPU wrapper wip: add queue methods 2023-12-30 23:47:02 +03:00
5add6df083 WebGPU wrapper wip: add texture::descriptor 2023-12-30 23:26:27 +03:00
66d6fa5c36 WebGPU wrapper wip: add command buffer object 2023-12-30 23:03:51 +03:00
2af6a1000a WebGPU wrapper wip: add buffer object 2023-12-30 23:03:34 +03:00
1144d4a46c WebGPU wrapper wip: add texture & texture view methods 2023-12-30 20:35:45 +03:00
e2fdb777de WebGPU support wip 2023-12-30 16:50:44 +03:00