https://github.com/shader-slang/slang
Raw File
Tip revision: 71fc1d28c8ff171c09f7a4c97d55dfbc4d0985e3 authored by Theresa Foley on 01 March 2022, 18:34:07 UTC
Fix folding of no-arg constructs in SCCP pass (#2148)
Tip revision: 71fc1d2
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