https://github.com/shader-slang/slang
Raw File
Tip revision: 9b25d4aa0b6219ce4e4429f9749c7c493531a3cd authored by jsmall-nvidia on 19 October 2020, 18:35:20 UTC
Fix saving Repro files on Linux (#1581)
Tip revision: 9b25d4a
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