https://github.com/shader-slang/slang
Raw File
Tip revision: 813892cd023e216f6f6560eb47566522d3a82609 authored by Yong He on 13 April 2023, 16:49:22 UTC
Set sharedMem argument to 0 when launching cuda kernel. (#2799)
Tip revision: 813892c
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