summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/08-compiling.md
Commit message (Collapse)AuthorAge
* Fix broken links in User Guide (#7938)aidanfnv2025-07-27
| | | | | * Fix broken links in User Guide * Fix link text with filename, use title
* Fix broken links in Slang docs (#7039)aidanfnv2025-05-08
| | | | | | This change fixes some broken links/anchors in the Slang docs that I found after running a link checker tool on the readthedocs site. Some of these were broken on GitHub Pages as well, such as anchors with apostrophes or docs that were moved. The doc writer change adds an explicit .html extension to Parameter links, so that Sphinx/RTD does not treat it as an anchor.
* Fix user-guide typos (#6789)Gangzheng Tong2025-04-11
| | | | | | | | | | * 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] Admonish slangc entry points / shader attributes (#6033)Ben-Fields2025-03-31
| | | | | | | | | | | | | | | | | * [docs] Admonish slangc entry points / shader attributes Admonish the related non-functional compilation command in the reference manual until #5541 is addressed. * Refine shader attribute description. * Refine shader attribute description * Update with all supported targets Add all targets supporting shader attributes per provided verbiage. --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Document bug with global session teardown in user guide (#6479)Anders Leino2025-02-27
| | | | | This closes #6344. Co-authored-by: Yong He <yonghe@outlook.com>
* Cache and reuse glsl module. (#6152)Yong He2025-01-22
| | | | | | | | | | | * Cache and reuse glsl module. * Fix. * Implement record/replay for the new api. * Fix record replay. * Fix test.
* Fix tiny typos (#5944)Yuki Nishidate2024-12-28
|
* docs: Reduce typo count (#5671)Bruce Mitchener2024-11-29
| | | Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Fix broken link in 09-reflection.md (#5655)Elie Michel2024-11-25
| | | | | | | | | * Fix broken link in 09-reflection.md * Fix another link on 08-compiling.md --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
* Increase slangc option visibility in docs (#5425)cheneym22024-10-29
| | | | | | | | | | | | | | | | | | * Increase slangc option visibility in docs Link to slangc command-line reference from readme. readme. Boost the visiblity of the link in the user-guide. Consolidates command-line-slangc.md into the user-guide. Fixes #4124 * Update README.md * Update 08-compiling.md --------- Co-authored-by: Yong He <yonghe@outlook.com>
* Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)Jay Kwak2024-10-25
| | | | This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context.
* Describe experimental COM interfaces (#5397)cheneym22024-10-24
| | | | | Fixes #5212 Co-authored-by: Yong He <yonghe@outlook.com>
* reword documentation around precompiled modules. (#5249)Yong He2024-10-09
|
* Various issues in code snippets (#4247)Elie Michel2024-05-30
| | | | | Fixed as I was testing release `v2024.1.17` (latest) Co-authored-by: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com>
* Fix confusion in Translation Units doc (#4245)Elie Michel2024-05-30
| | | | | I think the sentence was saying the opposite of what it meant! Co-authored-by: Yong He <yonghe@outlook.com>
* Fix small typo (#4246)Elie Michel2024-05-30
|
* Fix Slang documentation typos (#3961)cheneym22024-04-16
|
* Remove out of date documentation on compilation API. (#3785)Yong He2024-03-17
| | | | | * Remove out of date documentation on compilation API. * Update toc.
* Update 08-compiling.mdYong He2024-03-11
|
* Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry ↵Yong He2024-03-11
| | | | | | | | | | | | | | | shaders. (#3731) * Add `-fvk-use-dx-position-w`. * Fix ordering of OutputVertices and output primitive type decoration in spirv. * Fix. * fix * Fix. * Move test around.
* Add documentation for uniformity analysis. (#3721)Yong He2024-03-08
|
* Add documentation for debugging. (#3656)Yong He2024-03-01
| | | | | * Add documentation for debugging. * typo
* Fix various crashes when generating debug info. (#3650)Yong He2024-02-29
| | | | | | | | | | | | | | | | | * Fix crash when generating debug info for geometry shaders. * Fix. * Fix source language field in DebugCompilationUnit. * Fix. * Emit DebugEntryPoint inst. * Add trivial test. * Cleanup. * More cleanup.
* Update 08-compiling.mdYong He2024-02-27
|
* Add documentation for link-time specialization. (#3638)Yong He2024-02-27
|
* Update links in user-guide documentationYong He2024-02-27
|
* Update documentation on compilation API. (#3634)Yong He2024-02-26
|
* Add documentation on capability system. (#3549)Yong He2024-02-05
Fixes #3454.