https://github.com/shader-slang/slang
Raw File
Tip revision: e1b1ce3190682ce8af488028847852aba03f2845 authored by Tim Foley on 11 February 2021, 00:35:52 UTC
Fix a bug in IR lowering (#1701)
Tip revision: e1b1ce3
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