Skip to content

Commit 8cbb98e

Browse files
authored
Merge pull request #8373 from coseeian/mermaid
feat: add accTitle/accDescr to class diagram in WebGL architecture doc
2 parents a95338e + 1c2cde1 commit 8cbb98e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)