From 8e6af6259bd1dd47d81c36f0562ff362ca5d42c3 Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Fri, 11 Apr 2025 15:34:07 -0700 Subject: Fix user-guide typos (#6789) * Fix user-guide typos Use LLM to scan each of the markdown files to fix typos. Try not to change anything but the typos in this CL. * typo not caught by LLM * add output of ./build_toc.ps1 --- docs/user-guide/09-reflection.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/user-guide/09-reflection.md') diff --git a/docs/user-guide/09-reflection.md b/docs/user-guide/09-reflection.md index 973019b13..bf09d04e0 100644 --- a/docs/user-guide/09-reflection.md +++ b/docs/user-guide/09-reflection.md @@ -1169,7 +1169,6 @@ Semantics are only relevant for shader parameters that became part of the varyin A semantic is decomposed into both a name and an index (e.g., `TEXCOORD5` has a name of `"TEXCOORD"` and an index of `5`). This information can be reflected with `getSemanticName()` and `getSemanticIndex()`: -```c++ ```c++ void printVarLayout(slang::VariableLayoutReflection* varLayout) -- cgit v1.2.3