https://github.com/shader-slang/slang
Raw File
Tip revision: a3ad4dd77bba6c87abad4f76b72055c9fed94bad authored by Sai Praveen Bangaru on 30 June 2023, 00:39:40 UTC
Issue diagnostic for incorrect parameter types & directionality when defining custom derivatives (#2947)
Tip revision: a3ad4dd
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