16 Commits

Author SHA1 Message Date
Gregg Tavares
dcfd514975 Revert "Use direct attachment binding"
This reverts commit bdce233195.
2026-02-04 12:17:44 -08:00
Gregg Tavares
e14cb18627 lint 2026-01-21 21:47:35 -08:00
Gregg Tavares
bdce233195 Use direct attachment binding 2026-01-21 21:47:35 -08:00
Gregg Tavares
9c9668e0e2 Use direct buffer binding
Now that all 3 major browsers support it, use
direct buffer binding.
2026-01-21 21:47:35 -08:00
Gregg Tavares
d4528f20d7 Add /* wgsl */ where appropriate 2025-10-03 21:09:02 -07:00
Gregg Tavares
bbf0df61e0 Revert "Use buffers directly for bind groups."
This reverts commit 0ea087a114.
2025-07-16 10:48:07 -07:00
Gregg Tavares
0ea087a114 Use buffers directly for bind groups.
The spec was changed to allow this. Valid as of Chrome 138
2025-07-10 20:26:21 -07:00
Gregg Tavares
06b000ac8e remove entryPoints 2024-05-02 17:55:12 +02:00
Gregg Tavares
dfbe184a77 Revert "remove entry points"
This reverts commit abe4e2e8b9.
2024-01-26 09:35:17 -08:00
Gregg Tavares
abe4e2e8b9 remove entry points 2024-01-25 01:41:23 -08:00
Gregg Tavares
79515bf537 add mobile meta tag 2023-11-16 21:45:12 +09:00
Gregg Tavares
cb8d9c2d26 update vertex buffer examples to use instancing 2023-07-20 21:19:07 -07:00
Gregg Tavares
a195e6b996 Add Math.max(1, ...) check when choosing a canvas size
The longer article will explain the issue but
basically WebGPU will generate errors if the canvas size is
set to 0.
2023-06-23 16:21:31 -07:00
Gregg Tavares
b051a95a66 cleanup and typos 2023-06-16 14:11:43 -07:00
Gregg Tavares
a5e1831d34 remove alphaMode: 'opaque' as it's left over from deprecation warnings 2023-04-14 22:26:53 -07:00
Gregg Tavares
1eb39597f9 wip 2023-03-26 20:31:38 -07:00