https://github.com/shader-slang/slang
Raw File
Tip revision: af63ee4e4df8a4a7a8eead72780222eaeb746f34 authored by Tim Foley on 25 February 2021, 03:22:31 UTC
Partial fix for macro expasnion of token pastes (#1727)
Tip revision: af63ee4
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