https://github.com/shader-slang/slang
Raw File
Tip revision: 7a1b6deff067b393041e90eb6b1ac6a62dedd5dd authored by jsmall-nvidia on 31 July 2020, 16:25:58 UTC
Fix for bug where memory that has been allocated with new T[] (within a list) is freed with free in the RiffContainer. (#1473)
Tip revision: 7a1b6de
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha13\bin\windows-x64\premake5.exe" %*
back to top