https://github.com/shader-slang/slang
Raw File
Tip revision: 3cbff11a883f3ad1cf793ac92b399a59dfed3168 authored by jsmall-nvidia on 27 August 2020, 14:03:06 UTC
Removed use of pthreads in glslang (#1517)
Tip revision: 3cbff11
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