https://github.com/shader-slang/slang
Raw File
Tip revision: 883d9f7cccf1080739213282602c0dbae5fa7fe6 authored by lucy96chen on 29 October 2022, 19:08:41 UTC
Shader cache bugfixes and test additions (#2467)
Tip revision: 883d9f7
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