https://github.com/shader-slang/slang
Raw File
Tip revision: d87493a46c00be37b820a473c0827bbb865eb222 authored by Yong He on 02 October 2023, 22:39:34 UTC
More direct-SPIRV fixes. (#3257)
Tip revision: d87493a
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