https://github.com/shader-slang/slang
Raw File
Tip revision: b7d19330c2d42937835d674758a05af3891e025b authored by Yong He on 31 August 2023, 22:02:16 UTC
Inline all RayQuery/HitObject typed functions when targeting GLSL. (#3172)
Tip revision: b7d1933
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