This commit is contained in:
Jérôme Bousquié
2026-07-06 17:43:43 +02:00
parent 8192d4799a
commit 2731700098
+20 -20
View File
@@ -1,23 +1,23 @@
[ INITIALISATION ] [ INITIALISATION ]
| |
+---> Context (Manager) +---> Context (Manager)
| | | |
| +---> Renderer (Spécialiste) | +---> Renderer (Spécialiste)
| | | |
+---> PipelineCache (Bibliothèque) +---> PipelineCache (Bibliothèque)
| |
+---> Material +---> Material
| |
+---> Mesh +---> Mesh
[ BOUCLE DE RENDU (Frame Loop) ] [ BOUCLE DE RENDU (Frame Loop) ]
| |
+---> Frame (Acquisition) +---> Frame (Acquisition)
| |
+---> Renderer (Orchestrateur) +---> Renderer (Orchestrateur)
| | | |
| +--[Rendu]--> CommandEncoder | +--[Rendu]--> CommandEncoder
| |
+---> Context (Présentation) +---> Context (Présentation)
| |
+--[Submit]--> Queue +--[Submit]--> Queue