https://github.com/shader-slang/slang
Revision c71b12775c8b13ea2b181e42c04b8db55b10fb2f authored by Ellie Hermaszewska on 13 November 2023, 17:02:08 UTC, committed by GitHub on 13 November 2023, 17:02:08 UTC
Fixes https://github.com/shader-slang/slang/issues/3323
1 parent 011d428
Raw File
Tip revision: c71b12775c8b13ea2b181e42c04b8db55b10fb2f authored by Ellie Hermaszewska on 13 November 2023, 17:02:08 UTC
Fix Phi simplification bug (#3325)
Tip revision: c71b127
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