https://github.com/shader-slang/slang
Raw File
Tip revision: f94b2f7a328a898c5e3dc1389d08e0b7ce6e092e authored by Yong He on 18 August 2023, 19:48:46 UTC
Allow loop counters to be used as constexpr arguments. (#3139)
Tip revision: f94b2f7
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