webgpu-syntax-buffers

Installation
SKILL.md

WebGPU Buffers

Create GPUBuffer objects, pick legal GPUBufferUsage flag combinations, and upload or read back data without triggering WebGPU validation errors.

Quick Reference

WebGPU 1.0-stable baseline: Chrome 113+, Safari 26+, Firefox 141+.

device.createBuffer({ label?, size, usage, mappedAtCreation? }) returns a GPUBuffer. size is in bytes. usage is a bitmask of GPUBufferUsage flags combined with |.

Installs
3
GitHub Stars
1
First Seen
Aug 5, 2026
webgpu-syntax-buffers — impertio-studio/webgpu-claude-skill-package