summaryrefslogtreecommitdiff
path: root/docs/user-guide/06-compiling.md
AgeCommit message (Collapse)Author
2024-02-05Add documentation on capability system. (#3549)Yong He
Fixes #3454.
2024-01-24Correctly refer to ComPtr type in documentation (#3485)chloekek
The user guide refers to `SlangComPtr`, but the type is actually called `ComPtr` and resides in the `Slang` namespace. Co-authored-by: Yong He <yonghe@outlook.com>
2024-01-18Docs for local vs global uniform parameters (#3459)Nathan V. Morrical
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
* Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>