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
@@ -5,7 +5,7 @@
- Source: `Juliet\src\Graphics\D3D12\D3D12InternalTests.cpp`
## AI Description
This C++ component provides D3D12 unit test utilities, including allocation management and descriptor heap testing. Designed exclusively for debug builds via JULIET_DEBUG flags, it isolates verification logic to ensure graphics system integrity without impacting production performance or runtime efficiency.
The `D3D12InternalTests.h` header file serves as a testing framework for the D3D12 graphics device in the Juliet engine. It includes necessary headers and namespaces to facilitate the creation of test cases that validate the functionality of the D3D12 graphics device within the engine. The `D3D12InternalTests.cpp` source file contains the implementation of these tests, ensuring that the D3D12 graphics device operates correctly under various conditions.
## Symbols