https://github.com/shader-slang/slang
Raw File
Tip revision: 8f962894fd38edb47d782d303ac9ff87b3a3bb6a authored by Yong He on 04 September 2020, 17:18:44 UTC
Allow mixing unspecialized and specialized existential parameters. (#1533)
Tip revision: 8f96289
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha13\bin\windows-x64\premake5.exe" %*
back to top