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,22 @@
# Juliet\include\Graphics\Texture
## Source Files
- Header: `Juliet\include\Graphics\Texture.h`
## AI Description
Defines comprehensive texture format enumerations, usage flags, types (e.g., 2DArray), and sample counts. Introduces `TextureCreateInfo` to specify resource properties like dimensions, depth planes, mip levels, and compression formats for rendering or compute operations within the Juliet graphics system.
## Symbols
### Namespace `Juliet`
#### Classes, Structs & Unions
- `struct TextureCreateInfo`
- `union TextureCreateInfo::anonymous`
#### Enums
- `enum struct`
- `enum struct`
- `enum struct`
- `enum struct`