From fae2b22d11c9a7d60ec3817e533c0544ae059be8 Mon Sep 17 00:00:00 2001 From: numzero Date: Sat, 28 Sep 2024 01:44:59 +0300 Subject: [PATCH] Add memory specifiers --- wgsl.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/wgsl.xml b/wgsl.xml index 927964a..b649cfd 100644 --- a/wgsl.xml +++ b/wgsl.xml @@ -218,6 +218,25 @@ Synchronization Built-in Functions + + function + + private + storage + uniform + workgroup + + + + push_constant + + + + read + write + read_write + + @compute @const @@ -288,11 +307,25 @@ + + + + + + + + + + + + + + @@ -367,6 +400,7 @@ +