https://github.com/shader-slang/slang
Raw File
Tip revision: c6756d76fd70424f5b3bd1d910a5afc46dc7c83e authored by Yong He on 29 February 2024, 07:26:51 UTC
Allow non-static const to be considered compile-time constant. (#3645)
Tip revision: c6756d7
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