https://github.com/shader-slang/slang
Raw File
Tip revision: d8f4c9424c69a3d406fabf56a25dd3eda4bc7d51 authored by Sai Praveen Bangaru on 21 October 2023, 01:21:30 UTC
Fix issue with transposing `IRMakeVector` with non-singleton operands (#3280)
Tip revision: d8f4c94
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