Regenerated doc + final submit for now

This commit is contained in:
2026-07-22 17:37:01 -04:00
parent c436639ddd
commit c0d40ef3e4
101 changed files with 869 additions and 781 deletions
@@ -4,7 +4,7 @@
- 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.
This C++ component defines a set of enums and structs to represent different types of textures in a graphics application. It includes information about texture formats, usage flags, types, sample counts, and create information structures. The `Texture` type is an opaque pointer that represents the actual texture data. This design allows for flexible and efficient management of textures within a graphics engine or application.
## Symbols