https://github.com/shader-slang/slang
Raw File
Tip revision: 706d4f91e269d473c963d31792fb2c8320933c9b authored by Tim Foley on 05 January 2021, 21:01:17 UTC
Add basic GLSL support for SV_Barycentrics (#1648)
Tip revision: 706d4f9
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha13\bin\windows-x64\premake5.exe" %*
back to top