https://github.com/shader-slang/slang
Raw File
Tip revision: 122d701513e116856bd59c999221ce36a373d7db authored by Yong He on 01 October 2021, 00:51:56 UTC
Fix GitHub release (#1956)
Tip revision: 122d701
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