https://github.com/shader-slang/slang
Raw File
Tip revision: 7aeac9717d93e5ab74dacf49d2fe4caad6528552 authored by Yong He on 07 December 2023, 01:56:16 UTC
Update README.md
Tip revision: 7aeac97
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