From 1b26fecdf63984adc7b80d2d79bc6dcf1e56a4e4 Mon Sep 17 00:00:00 2001 From: numzero Date: Sun, 25 Jan 2026 02:19:11 +0300 Subject: [PATCH] add the `immediate` address space (new name for `push_constant`) `push_constant` is kept because it did exist for quite a while --- wgsl.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wgsl.xml b/wgsl.xml index 23b95f0..91689a0 100644 --- a/wgsl.xml +++ b/wgsl.xml @@ -266,7 +266,8 @@ - push_constant + push_constant + immediate