From dacfa159acf00e25444ce73bbe53252a5983762c Mon Sep 17 00:00:00 2001 From: Ica <82805019+burak-efe@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:44:52 +0300 Subject: [Docs] Re-run build_toc and fix dead links (#5647) * re-run build_toc.ps1 * fix dead link of readme --------- Co-authored-by: Ellie Hermaszewska --- README.md | 2 +- docs/user-guide/toc.html | 57 +++++++++++++++++++++++++----------------------- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 6a0c68126..19f55c715 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The following guidelines should be observed by contributors: * Changes should ideally come in as small pull requests on top of `master`, coming from your own personal fork of the project * Large features that will involve multiple contributors or a long development time should be discussed in issues, and broken down into smaller pieces that can be implemented and checked in in stages -[Contribution guide](CONTRIBUTION.md) describes the workflow for contributors at more detail. +[Contribution guide](CONTRIBUTING.md) describes the workflow for contributors at more detail. Limitations and Support ----------------------- diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index 541e9c221..6566919c1 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -125,6 +125,19 @@
  • Function Reflection
  • +
  • Supported Compilation Targets + +
  • Link-time Specialization and Module Precompilation
  • -
  • Reference - -
  • SPIR-V specific functionalities
  • Metal-specific functionalities @@ -243,28 +244,30 @@
  • Interlocked operations
  • Entry Point Parameter Handling
  • Parameter blocks
  • +
  • Write-only Textures
  • Pointers
  • Address Space Assignment
  • Matrix type translation
  • -
  • Target-specific features +
  • +
  • Reference +
  • + + \ No newline at end of file -- cgit v1.2.3