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,15 @@
# Juliet\include\Graphics\VertexData
## Source Files
- Header: `Juliet\include\Graphics\VertexData.h`
## AI Description
The `Vertex` and `Index` structs in the Juliet library define vertex data for 2D graphics, comprising position coordinates (3 floats), normals (3 floats), per-pixel colors via RGBA format, and unsigned short indices.
## Symbols
### Namespace `Juliet`
#### Classes, Structs & Unions
- `struct Vertex`