https://github.com/shader-slang/slang
Raw File
Tip revision: 1f3130055956dbe441f7fc6849b189624a05f7df authored by Yong He on 01 September 2022, 17:01:36 UTC
Public interface for arithmetic types in stdlib. (#2389)
Tip revision: 1f31300
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