https://github.com/shader-slang/slang
Raw File
Tip revision: e27d06329f8861a2c95c6157de1e5458bd1645d6 authored by Yong He on 09 March 2022, 02:11:12 UTC
gfx: restructure render-vk.cpp
Tip revision: e27d063
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