https://github.com/shader-slang/slang
Raw File
Tip revision: 228e71dab7dfa18ece979f4099ec0c7d1e37e5ff authored by Yong He on 04 February 2023, 00:44:33 UTC
Overhaul `transposeParameterBlock` to support `inout` params. (#2621)
Tip revision: 228e71d
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