From 7dabfa76ccfb396e9d2019e2b6e01259d1661dc5 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 5 Dec 2024 19:33:55 -0800 Subject: Implement explciit binding for metal and wgsl. (#5778) * Respect explicit bindings in wgsl emit. * Implement explciit binding generation for metal and wgsl. * Update toc. * Fix warnings in tests. * Fix tests. --------- Co-authored-by: Ellie Hermaszewska --- docs/user-guide/toc.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index 2cb6ce5e6..39cfd6164 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -233,6 +233,7 @@
  • Value Type Conversion
  • Conservative Rasterization
  • Address Space Assignment
  • +
  • Explicit Parameter Binding
  • WGSL specific functionalities @@ -249,6 +250,7 @@
  • Pointers
  • Address Space Assignment
  • Matrix type translation
  • +
  • Explicit Parameter Binding
  • -- cgit v1.2.3