https://github.com/shader-slang/slang
Raw File
Tip revision: 06d04ab5e63ad43d7ad9de3fbc4c8ed64b13265a authored by Yong He on 14 March 2022, 18:07:30 UTC
Small fix in d3d12 transient heap. (#2160)
Tip revision: 06d04ab
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