https://github.com/shader-slang/slang
Raw File
Tip revision: 26a0b3e04689fee1ec9ec071eacd72faf1efe4eb authored by Yong He on 08 September 2023, 22:57:00 UTC
Fix attribute highlighting + language server crash. (#3198)
Tip revision: 26a0b3e
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