https://github.com/shader-slang/slang
Raw File
Tip revision: d4145519dd86f6d18b07393d989141bda4d4ceb3 authored by Yong He on 17 February 2022, 06:34:20 UTC
Various gfx fixes. (#2132)
Tip revision: d414551
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