https://github.com/shader-slang/slang
Raw File
Tip revision: dc45802707b6e3f1a3eedc8e8a5583102b2d8a0d authored by Yong He on 05 April 2023, 18:19:00 UTC
Fix linking issue in slangpy + no mask param for kernels. (#2778)
Tip revision: dc45802
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