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,18 @@
# Juliet\include\Graphics\GraphicsConfig
## Source Files
- Header: `Juliet\include\Graphics\GraphicsConfig.h`
## AI Description
Defines the Juliet graphics configuration structure within the C++ module. It specifies supported driver types (DirectX 12, All) and includes a toggle for debug features to manage rendering backend compatibility across applications.
## Symbols
### Namespace `Juliet`
#### Classes, Structs & Unions
- `struct GraphicsConfig`
#### Enums
- `enum class DriverType`