summaryrefslogtreecommitdiff
path: root/docs/user-guide/03-convenience-features.md
AgeCommit message (Expand)Author
2025-06-04Add legalization for 0-sized arrays. (#7327)Yong He
2025-05-28fix doc's website table & grammer (#7268)ArielG-NV
2025-05-28Change default descriptor binding to be VkMutable (#7224)ArielG-NV
2025-05-23Implement throw & catch statements (#6916)Julius Ikkala
2025-05-22adjust docs as per review (#7168)ArielG-NV
2025-05-16Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)ArielG-NV
2025-04-30Add `IOpaqueDescriptor::descriptorAccess`. (#6967)Yong He
2025-04-11Fix user-guide typos (#6789)Gangzheng Tong
2025-01-14Fix inaccurate documentation in member function mutability. (#6065)Entropy Lost
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2024-11-29docs: Reduce typo count (#5671)Bruce Mitchener
2024-11-21[Docs] Optional<T> - fix small typo on example (#5637)Ica
2024-11-21[Docs] Extensions - better wording for c# equivalent (#5636)Ica
2024-09-25Remove text on inheritance support in user-guide. (#5154)Yong He
2024-08-27Add functor syntax support. (#4926)Yong He
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-07-15Move if_let syntax to convenience-features section (#4628)kaizhangNV
2024-07-10Add user guide section on user-defined attributes. (#4557)Yong He
2024-05-30Update document regarding pointer (#4248)Jay Kwak
2024-05-24Fix pointer example (#4224)cheneym2
2024-05-16Update 03-convenience-features.md (#4179)ArielG-NV
2024-05-02Slang: update pointer related documentation (#4088)cheneym2
2024-04-13Documentation: fix typos and grammar (#3945)bprb
2024-03-21Support arrow operator `->` on pointers. (#3812)Yong He
2024-03-04Add user-guide section on pointers. (#3670)Yong He
2024-02-05Add documentation on capability system. (#3549)Yong He
2023-12-15Add doc for special scoping syntax. (#3416)Yong He
2023-12-13Polish language server and documentation. (#3410)Yong He
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-12-06Change default visibility of interface members and update docs. (#3381)Yong He
2023-06-23Fix typo of `i` in default initialization in docs.jsmall-nvidia
2023-06-23Update 03-convenience-features.mdjsmall-nvidia
2023-05-04Update 03-convenience-features.mdYong He
2022-11-10Update documentation on new features (#2508)Yong He
2021-12-22Hotfix/doc typo5 (#2070)jsmall-nvidia
2021-05-04Update gfx getting started doc (#1832)Yong He
2021-03-30Add layout front matter specifier for user-guide docs (#1770)Yong He
2021-02-17Fix typo in user guide.Yong He
2021-02-17Further documentation on Slang specific features (#1716)Yong He
2021-02-12Add associated type and generic value parameter doc section (#1706)Yong He
2021-02-12Further documentation work (#1703)Tim Foley