summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/01-get-started.md
Commit message (Collapse)AuthorAge
* Add multiple slang installations note to doc (#8231)Gangzheng Tong2025-08-19
| | | | | | | | | | | Added a note section under the Installation section that warns users about potential conflicts when multiple Slang installations are present on the system. The note specifically addresses: * The scenario where Slang from Vulkan SDK might conflict with a standalone installation * How LD_LIBRARY_PATH on Linux overrides the RUNPATH in the slangc executable Closes https://github.com/shader-slang/slang/issues/7405
* 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
* Documentation: fix typos and grammar (#3945)bprb2024-04-13
|
* Add documentation on capability system. (#3549)Yong He2024-02-05
| | | Fixes #3454.
* Update documentation. (#3492)Yong He2024-01-24
| | | Co-authored-by: Yong He <yhe@nvidia.com>
* Update documentation on new features (#2508)Yong He2022-11-10
| | | | | | | * Update documentation on new features * Fix. Co-authored-by: Yong He <yhe@nvidia.com>
* Add Hello world example. (#1797)Yong He2021-04-16
|
* Update 01-get-started.mdYong He2021-03-30
|
* Add convenience features chapter in user-guide doc (#1699)Yong He2021-02-11
| | | | | | | * Fix getting started doc * Add convenience features chapter in user-guide doc Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
* Add getting started documentation (#1697)Yong He2021-02-09
* Add getting started documentation * wording * wording