summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/00-introduction.md
Commit message (Collapse)AuthorAge
* 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: Reduce typo count (#5671)Bruce Mitchener2024-11-29
| | | Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.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.
* 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>
* typo in intro doc (#3350)mighdoll2023-11-27
| | | Co-authored-by: Yong He <yonghe@outlook.com>
* Hotfix/doc typo5 (#2070)jsmall-nvidia2021-12-22
| | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix typos in introduction and conventional features. * Struct inheritance is allowed. Fix some typos.
* Update 00-introduction.mdYong He2021-03-30
|
* Update 00-introduction.mdYong He2021-03-30
|
* Update 00-introduction.mdYong He2021-03-30
|
* Add more to User's Guide (#1698)Tim Foley2021-02-09
This change adds a first draft of an Introduction chapter, along with a chapter about the "conventional" features of Slang (when compared to HLSL, GLSL, and C/C++).