From e23b5fa997c9032ee21d58da8c7023fc16795286 Mon Sep 17 00:00:00 2001 From: Xiang Hong Date: Tue, 7 Oct 2025 08:25:43 +0800 Subject: Minor Documentation Update to Remove Outdated Section (#8606) As mentioned in #8316 , there is a small duplicated and outdated section in WGSL-Specific Functionalities documentation about specialization constants support, remove the outdated duplicated one image as there is a new section in the page image --------- Co-authored-by: Yong He --- docs/user-guide/a2-03-wgsl-target-specific.md | 8 -------- docs/user-guide/toc.html | 1 - 2 files changed, 9 deletions(-) (limited to 'docs') diff --git a/docs/user-guide/a2-03-wgsl-target-specific.md b/docs/user-guide/a2-03-wgsl-target-specific.md index a16ca946e..85bffd1e9 100644 --- a/docs/user-guide/a2-03-wgsl-target-specific.md +++ b/docs/user-guide/a2-03-wgsl-target-specific.md @@ -91,14 +91,6 @@ ConstantBuffer translates to the `uniform` address space with `read` access mode ByteAddressBuffer and RWByteAddressBuffer translate to `array` in the `storage` address space, with the `read` and `read_write` access modes in WGSL, respectively. StructuredBuffer and RWStructuredBuffer with struct type T translate to `array` in the `storage` address space, with with the `read` and `read_write` access modes in WGSL, respectively. - -Specialization Constants ------------------------- - -Specialization constants are not supported when targeting WGSL, at the moment. -They should map to 'override declarations' in WGSL, however this is not yet implemented. - - Interlocked operations ---------------------- diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index 89ddf34d9..ba8e7c5f0 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -248,7 +248,6 @@
  • Supported HLSL features when targeting WGSL
  • Supported atomic types
  • ConstantBuffer, (RW/RasterizerOrdered)StructuredBuffer, (RW/RasterizerOrdered)ByteAddressBuffer
  • -
  • Specialization Constants
  • Interlocked operations
  • Entry Point Parameter Handling
  • Parameter blocks
  • -- cgit v1.2.3