https://github.com/shader-slang/slang
Raw File
Tip revision: 344898b091867e5450a3fa432a207d75255df77a authored by Yong He on 12 October 2022, 21:51:13 UTC
Add gfx debug layer trampoline for D3D12 interfaces. (#2445)
Tip revision: 344898b
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