https://github.com/shader-slang/slang
Raw File
Tip revision: f7832abea69c18af4410daee2070f756ee352717 authored by Yong He on 27 June 2022, 00:02:00 UTC
Add clang-format based auto formatting.
Tip revision: f7832ab
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