https://github.com/shader-slang/slang
Raw File
Tip revision: e031e0e5fb05d024d56dc70c3dd4ef7111d98ba4 authored by Yong He on 17 February 2022, 09:15:05 UTC
Add target option to force `scalar` layout for storage buffers. (#2135)
Tip revision: e031e0e
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top