https://github.com/shader-slang/slang
Raw File
Tip revision: 470c5a28f5b84353f077c2d871db65cddd5f923a authored by Yong He on 27 January 2024, 00:30:19 UTC
Fix LSP compatibility issues with Visual Studio. (#3520)
Tip revision: 470c5a2
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