https://github.com/shader-slang/slang
Raw File
Tip revision: 95a61ab5e49134e87584ca302b90bd78a5a58864 authored by Tim Foley on 05 April 2021, 20:40:45 UTC
Fix a bug in the "operator cache" (#1784)
Tip revision: 95a61ab
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