https://github.com/shader-slang/slang
Revision 6c8135fcd6c5ddb86ade74417e93383917d17cb2 authored by Yong He on 21 January 2021, 20:21:00 UTC, committed by GitHub on 21 January 2021, 20:21:00 UTC
1 parent 4b97833
Raw File
Tip revision: 6c8135fcd6c5ddb86ade74417e93383917d17cb2 authored by Yong He on 21 January 2021, 20:21:00 UTC
Add `StructuredBuffer` support in `gfx`. (#1666)
Tip revision: 6c8135f
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