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 ]
|
+---> Context (Manager)
| |
| +---> Renderer (Spécialiste)
| |
+---> PipelineCache (Bibliothèque)
|
+---> Material
|
+---> Mesh
[ BOUCLE DE RENDU (Frame Loop) ]
|
+---> Frame (Acquisition)
|
[ INITIALISATION ]
|
+---> Context (Manager)
| |
| +---> Renderer (Spécialiste)
| |
+---> PipelineCache (Bibliothèque)
|
+---> Material
|
+---> Mesh
[ BOUCLE DE RENDU (Frame Loop) ]
|
+---> Frame (Acquisition)
|
+---> Renderer (Orchestrateur)
| |
| +--[Rendu]--> CommandEncoder
|
+---> Context (Présentation)
|
| +--[Rendu]--> CommandEncoder
|
+---> Context (Présentation)
|
+--[Submit]--> Queue