https://github.com/shader-slang/slang
Raw File
Tip revision: 975c5db3f0a71bc93369a321318e7d3b43001ff5 authored by jsmall-nvidia on 17 July 2020, 20:38:18 UTC
Disable specializing function calls if they have a struct param, that contains an array (#1448)
Tip revision: 975c5db
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