This commit is contained in:
adrien 2026-05-18 16:33:26 +02:00
parent 50bf436fa5
commit 9dbd668de9

View File

@ -1,5 +1,3 @@
Here is the minimal README for the library, completely free of any citations or source references.
# Minimal Zig WebGPU Compute Library
This is a minimal, self-contained Zig library designed to simplify running compute shaders using WebGPU. It abstracts away much of the boilerplate required for GPU device initialization, memory management, and pipeline execution.