From a2626ea6f7d2fd3d400a0f2478b226404c68bd41 Mon Sep 17 00:00:00 2001 From: Ica <82805019+burak-efe@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:53:16 +0300 Subject: [Docs] fix spirv dead links on toc.html (#5638) I believe this will fix the dead links that occurred because of sub section renames. Co-authored-by: Yong He --- docs/user-guide/toc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index b0c880804..541e9c221 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -205,14 +205,14 @@
  • Supported HLSL features when targeting SPIR-V
  • Unsupported GLSL keywords when targeting SPIR-V
  • Supported atomic types for each target
  • -
  • ConstantBuffer, (RW/RasterizerOrdered)StructuredBuffer, (RW/RasterizerOrdered)ByteAddressBuffer
  • +
  • ConstantBuffer, StructuredBuffer and ByteAddressBuffer
  • ParameterBlock for SPIR-V target
  • Push Constants
  • Specialization Constants
  • SPIR-V specific Compiler options
  • SPIR-V specific Attributes
  • Multiple entry points support
  • -
  • Memory pointer is experimental
  • +
  • Global memory pointers
  • Matrix type translation
  • Legalization
  • Tessellation
  • @@ -267,4 +267,4 @@ - \ No newline at end of file + -- cgit v1.2.3