https://github.com/shader-slang/slang
Raw File
Tip revision: c754c0b4b91634196fd2bec8d5622bde8cccaf98 authored by Yong He on 06 September 2023, 05:10:20 UTC
Fix HLSL SER Intrinsics. (#3183)
Tip revision: c754c0b
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