https://github.com/shader-slang/slang
Raw File
Tip revision: e449446d540b6cc3d5fcd70a8f05886ef2be7547 authored by Yong He on 26 September 2022, 19:58:48 UTC
Support clang-format `file` and `--fallback-style` in slangd. (#2412)
Tip revision: e449446
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