Adapting arena push to support format as debug tag

Changed some d3d12 to work better with arenas
This commit is contained in:
2026-07-29 14:44:16 -04:00
parent 4dc14a04b3
commit 7b21ca6b1d
18 changed files with 141 additions and 103 deletions
+5 -11
View File
@@ -1,21 +1,15 @@
---
description: Build the Juliet project using FastBuild
description: Build the Juliet projects
---
// turbo-all
This workflow builds the Juliet project and writes output to `misc\agent_output.log`.
This workflow builds the Juliet project.
1. To build the default (clang-Debug):
// turbo
`misc\agent_build.bat clang 2>&1 | tee misc\agent_output.log`
`misc\build.bat clang`
2. To build a specific configuration (e.g., clang-Debug, msvc-Debug):
// turbo
`misc\agent_build.bat clang-Debug 2>&1 | tee misc\agent_output.log`
`misc\build.bat clang-Debug`
3. To see all available targets:
// turbo
`misc\agent_build.bat -showtargets 2>&1 | tee misc\agent_output.log`
4. Check build results by reading `misc\agent_output.log`.
`misc\build.bat -showtargets`