https://github.com/shader-slang/slang
Raw File
Tip revision: 2c24cc8c00e52eec7fbf7b7753acfb9820a1dfe1 authored by Yong He on 03 April 2024, 18:47:12 UTC
Merge branch 'master' into csyonghe-patch-7
Tip revision: 2c24cc8
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