Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions contributor_docs/webgl_mode_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ It also has the following per-vertex attributes:
title: p5.js WebGL Classes
---
classDiagram
accTitle: p5.js WebGL Class Diagram
accDescr {
p5.Renderer is the base class for p5.Renderer2D and p5.RendererGL.
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.
}
class Base["p5.Renderer"] {
}
class P2D["p5.Renderer2D"] {
Expand Down