webgpu-syntax-render-pipeline

Installation
SKILL.md

WebGPU Render Pipeline

Create an immutable GPURenderPipeline that captures vertex layout, fragment targets, blending, primitive topology, and depth-stencil state without triggering WebGPU pipeline-creation validation errors.

Quick Reference

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

device.createRenderPipeline(descriptor) returns a GPURenderPipeline. device.createRenderPipelineAsync(descriptor) returns Promise<GPURenderPipeline> and compiles off the content timeline.

Installs
4
GitHub Stars
1
First Seen
Jun 19, 2026
webgpu-syntax-render-pipeline — impertio-studio/webgpu-claude-skill-package