Addded Romeo that generates some doc. WIP.

This commit is contained in:
2026-07-18 18:58:29 -04:00
parent 446670bd29
commit 0c583b58da
120 changed files with 6167 additions and 18 deletions
@@ -0,0 +1,16 @@
# Juliet\src\Graphics\DebugDisplayRenderer
## Source Files
- Source: `Juliet\src\Graphics\DebugDisplayRenderer.cpp`
## AI Description
This C++ component renders debug overlays (lines and sphere wireframes) using a shared GPU buffer split into two regions for depth-tested primitives and non-depth overlay data. It manages shader pipeline creation, vertex allocation up to ~450KB, and command rendering with view projection push constants per region within the Juliet graphics framework.
## Symbols
### Namespace `Juliet::anonymous`
#### Classes, Structs & Unions
- `struct DebugVertex`
- `struct DebugDisplayState`