https://github.com/shader-slang/slang
Revision b7d19330c2d42937835d674758a05af3891e025b authored by Yong He on 31 August 2023, 22:02:16 UTC, committed by GitHub on 31 August 2023, 22:02:16 UTC
* Inline all RayQuery/HitObject typed functions when targeting GLSL.

* update test.

---------

Co-authored-by: Yong He <yhe@nvidia.com>
1 parent cc412af
Raw File
Tip revision: b7d19330c2d42937835d674758a05af3891e025b authored by Yong He on 31 August 2023, 22:02:16 UTC
Inline all RayQuery/HitObject typed functions when targeting GLSL. (#3172)
Tip revision: b7d1933
test.ps1
& ".\bin\windows-x64\release\slang-test.exe" tests/  -use-test-server -emit-spirv-directly -expected-failure-list tests/expected-failure.txt -api vk 2>&1;
back to top