https://github.com/shader-slang/slang
Raw File
Tip revision: b64a23cccfe9876d53cda773afc796bd975fa7e5 authored by Tim Foley on 16 March 2021, 22:27:34 UTC
Fix the "acceleration structure in compute" bug for GL_NV_ray_tracing too (#1759)
Tip revision: b64a23c
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