https://github.com/shader-slang/slang
Raw File
Tip revision: 91301d197fe85816d365dca32e8009af9f6c1018 authored by Yong He on 27 June 2022, 06:43:11 UTC
Fine tune auto formatting and completion experience.
Tip revision: 91301d1
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