summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2025-05-15Remove compiler option no longer needed from the example (#7084)Jay Kwak
2025-05-13Add Payload Access Qualifiers to the raytracing examples (#7092)Gangzheng Tong
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-02Fix intermittent failure of slang-unit-test-tool/ReplayRecord (#6981)Jay Kwak
2025-05-01Fix comment typos in the triangle's main.cpp example (#6976)FeuFeve
2025-02-26expose value of constant integers in module reflection (#6367)Alexandre Bléron
2025-02-03Fix native Windows ARM64 build. (#6244)Yong He
2025-01-27Add an example for reflection of parameter blocks (#6161)Theresa Foley
2025-01-07Add backtraces to examples (#5973)Anders Leino
2025-01-07Add example showing how to use Slang/WASM (#5996)Anders Leino
2025-01-07Fix some robustness issues in the examples (#5984)Anders Leino
2024-12-30Add a basic WebGPU example (#5923)Anders Leino
2024-12-18Fix metadata of register space and varying params. (#5906)Yong He
2024-12-18Add slang example tests to CI (#5879)Anders Leino
2024-12-12Add an example for using the reflection API (#5839)Theresa Foley
2024-12-11Use perfect forwardnig to preserve the parameters for log (#5841)Jay Kwak
2024-11-23Fix unused struct in sample shader (#5650)Yuki Nishidate
2024-11-13Correct include dir for libslang (#5539)Ellie Hermaszewska
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-11-01Improve on spirv generation compile option (#5479)kaizhangNV
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-24declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-08-30capture component type (#4967)kaizhangNV
2024-08-28Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV
2024-08-27Migrate examples (#4920)kaizhangNV
2024-08-26Feature/record unit test (#4910)kaizhangNV
2024-08-22Feature/capture unit test (#4898)kaizhangNV
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-01Resource searching for examples (#4518)venkataram-nv
2024-06-07Improve documentation and example formatting consistency (#4299)Matthew Moulton
2024-06-06Fixed profile string per request in pr#4268 (#4297)Hai Nguyen
2024-06-04Fixes incorrect profile string (#4268)Hai Nguyen
2024-05-13[gfx] specify resource view buffer range in bytes (#4149)skallweitNV
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2023-12-18macos/vulkan support (#3418)skallweitNV
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-10-25Update autodiff-texture example with one that auto-diffs a reference impl. (#...Sai Praveen Bangaru
2023-09-18Use direct spirv in hello-world example. (#3207)Yong He
2023-07-18nsight Aftermath crash example (#2984)jsmall-nvidia
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2023-03-21Add texture tri-linear autodiff example. (#2715)Yong He
2023-01-27Add ASAN support + fixes (#2614)skallweitNV
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-06-01New language feature: basic error handling. (#2253)Yong He