zgpu

git clone git://git.electrosoup.com/zgpu
Log | Files | Refs | Submodules | README

commit 1c586261735d810e29d99a1070ea06d959077057
parent 221cbaa769230d2a3d73095b8eb8e5213bbf0e82
Author: Christian Ermann <christianermann@gmail.com>
Date:   Sun,  1 Jun 2025 13:36:50 -0700

Add instructions for updating wgpu-native

Diffstat:
AREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# zgpu + +## updating wgpu-native +1. clone wgpu-native +2. checkout desired tag/commit +2. build and copy static lib into `zgpu/lib` +3. copy updated headers into `zgpu/include` +4. update enum values, struct definitions, etc. in `zgpu/src` + - watch out for field reordering and size changes