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
/
command-line-slangc-reference.md
Age
Commit message (
Expand
)
Author
2025-06-10
Add optix support for coopvec (#7286)
Mukund Keshava
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-27
Add LSS intrinsics (#7200)
Mukund Keshava
2025-05-25
Add full support for SPV_NV_shader_subgroup_partitioned (#7103)
Darren Wihandi
2025-05-22
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
2025-05-16
Support Vulkan memory model (#7057)
Jay Kwak
2025-05-16
Fix broken -emit-spirv-via-glsl test option (#7091)
sricker-nvidia
2025-05-15
Support tensor addressing (#7060)
Jay Kwak
2025-05-14
Add new coopmat2 functions: Reduce and Transpose (#7027)
Jay Kwak
2025-05-14
Support the new CoopVec builtins (#7108)
Jay Kwak
2025-05-14
Make Command Line Reference readthedocs compatible (#7048)
aidanfnv
2024-11-11
Reflection compiler option (#5507)
tareksander
2024-08-28
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
2024-08-26
Implement `-fvk-use-dx-layout` (#4912)
ArielG-NV
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Add option to preserve shader parameter declaration in output SPIRV. (#4344)
Yong He
2024-05-31
Capabilities generator inclusive join and misc (#4237)
ArielG-NV
2024-05-09
fix typo (#4144)
Tomáš Pazdiora
2024-05-08
`slangc` tool experience improvements. (#4140)
Yong He
2024-04-09
typos (#3913)
Pema Malling
2024-01-19
Add `-fspv-reflect` support. (#3464)
Yong He
2023-09-07
Add -repro-fallback-directory (#3188)
jsmall-nvidia
2023-08-29
s/depreciated/deprecated/ (#3153)
Ellie Hermaszewska
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-07-21
Add support for `-fvk-invert-y`. (#3012)
Yong He
2023-07-14
Fix vk-shift-* mapping issue (#2993)
jsmall-nvidia
2023-07-11
Add perf benchmark utility. (#2977)
Yong He
2023-05-22
Source embedding for output (#2889)
jsmall-nvidia
2023-05-10
Add slangc options for reporting downstream compile time. (#2878)
Yong He
2023-05-04
Improvements around HLSLToVulkanLayout (#2867)
jsmall-nvidia
2023-05-03
HLSL->Vulkan binding support (#2865)
jsmall-nvidia
2023-05-02
Markdown CommandOptions (#2860)
jsmall-nvidia