Skip to content

Commit 697e25a

Browse files
committed
feat: add accTitle/accDescr to class diagram in WebGL architecture doc
1 parent 5157b27 commit 697e25a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contributor_docs/webgl_mode_architecture.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ It also has the following per-vertex attributes:
249249
title: p5.js WebGL Classes
250250
---
251251
classDiagram
252+
accTitle: p5.js WebGL Class Diagram
253+
accDescr {
254+
"p5.Renderer" is the base class for "p5.Renderer2D" and "p5.RendererGL".
255+
"p5.RendererGL" has a one-to-many composition relationship with multiple "p5.Shaders", "p5.Textures", and "p5.Framebuffers". Additionally, "p5.RendererGL" has a many-to-many aggregation relationship with "p5.Geometry".
256+
}
252257
class Base["p5.Renderer"] {
253258
}
254259
class P2D["p5.Renderer2D"] {

0 commit comments

Comments
 (0)