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,26 @@
# Juliet\include\Graphics\RenderPass
## Source Files
- Header: `Juliet\include\Graphics\RenderPass.h`
## AI Description
This header defines a render pass abstraction for the Juliet graphics API, containing enums and structs to configure color targets, depth/stencil states, blend modes, mipmap operations (load/store/resolve), clear values, and texture cycling. It enables high-level rendering pipeline configuration by encapsulating target properties like formats, mip levels, resolution logic, and per-component blending parameters without exposing direct hardware calls.
## Symbols
### Namespace `Juliet`
#### Classes, Structs & Unions
- `struct ColorTargetInfo`
- `union ColorTargetInfo::anonymous`
- `struct DepthStencilTargetInfo`
- `struct ColorTargetBlendState`
- `struct ColorTargetDescription`
#### Enums
- `enum struct`
- `enum struct`
- `enum class BlendFactor`
- `enum class BlendOperation`
- `enum class ColorComponentFlags`