https://github.com/shader-slang/slang
Raw File
Tip revision: 9c11a87f8f811a9a110d73a24ab93443ea347506 authored by Yong He on 01 September 2023, 08:25:31 UTC
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Tip revision: 9c11a87
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