https://github.com/shader-slang/slang
Raw File
Tip revision: a1827ee5e9b8088b23db3fa688b7bd62b7bbe9ac authored by Yong He on 24 February 2024, 03:05:23 UTC
SPIRV Fixes. (#3622)
Tip revision: a1827ee
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