https://github.com/shader-slang/slang
Raw File
Tip revision: 2765861cdc104e6104a31cf9e20800b8d1dfae26 authored by Tim Foley on 08 March 2021, 21:05:56 UTC
Add GLSL support for SV_InnerCoverage (#1740)
Tip revision: 2765861
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