https://github.com/shader-slang/slang
Raw File
Tip revision: 5e1974e8cad3396a8c4bedfd63c1ad31b82ec8eb authored by Yong He on 30 May 2023, 17:41:34 UTC
Fix derivative signature bug in checkDerivativeAttribute. (#2905)
Tip revision: 5e1974e
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top