parent
6babd376c9
commit
69606230da
|
|
@ -107,7 +107,10 @@ flowchart TB
|
||||||
|
|
||||||
subgraph Platform["Platform (平台层)"]
|
subgraph Platform["Platform (平台层)"]
|
||||||
direction TB
|
direction TB
|
||||||
SDL2[SDL2 Backend<br/>SDL2 后端]
|
subgraph WindowBackends["窗口后端"]
|
||||||
|
SDL2[SDL2 Backend<br/>SDL2 后端]
|
||||||
|
GLFW[GLFW Backend<br/>GLFW 后端]
|
||||||
|
end
|
||||||
INPUT_SYS[Input System<br/>输入系统]
|
INPUT_SYS[Input System<br/>输入系统]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -128,8 +131,10 @@ flowchart TB
|
||||||
GL --> TEXTURE
|
GL --> TEXTURE
|
||||||
GL --> MEMORY
|
GL --> MEMORY
|
||||||
WINDOW --> SDL2
|
WINDOW --> SDL2
|
||||||
|
WINDOW --> GLFW
|
||||||
INPUT --> INPUT_SYS
|
INPUT --> INPUT_SYS
|
||||||
INPUT_SYS --> SDL2
|
INPUT_SYS --> SDL2
|
||||||
|
INPUT_SYS --> GLFW
|
||||||
```
|
```
|
||||||
|
|
||||||
### 模块系统
|
### 模块系统
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue