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