https://github.com/shader-slang/slang
Raw File
Tip revision: 3b4a50d74059a26af2ed8c37fb2042f33ba7cf2c authored by Yong He on 13 April 2023, 17:34:08 UTC
Fix scalar swizzle write. (#2801)
Tip revision: 3b4a50d
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