https://github.com/shader-slang/slang
Raw File
Tip revision: 29c318bfe5c66350a67467e3b6ef08120f00fb7e authored by Sai Praveen Bangaru on 21 September 2023, 00:54:10 UTC
Move force inlining step to before `processAutodiffCalls` (and run in loop) (#3217)
Tip revision: 29c318b
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