Revision 1f4c7cab13341c2e9d48df2b01ed2c048c17c152 authored by Yong He on 26 January 2023, 01:27:40 UTC, committed by GitHub on 26 January 2023, 01:27:40 UTC
* Unify UpdateField and UpdateElement with access chain.

* Fix warnings.

Co-authored-by: Yong He <yhe@nvidia.com>
1 parent aa6814b
Raw File
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