File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1280,6 +1280,13 @@ static constexpr float RAD_TO_DEG = static_cast<float>(180.0 / M_PI);
12801280// Renderer flags for size()
12811281static constexpr int P2D = 2 ;
12821282static constexpr int P3D = 3 ;
1283+ // Renderer string constants (ignored in CppMode, accepted for compatibility)
1284+ static constexpr const char * JAVA2D = " processing.awt.PGraphicsJava2D" ;
1285+ static constexpr const char * FX2D = " processing.javafx.PGraphicsFX2D" ;
1286+ static constexpr const char * SVG = " processing.svg.PGraphicsSVG" ;
1287+ static constexpr const char * PDF = " processing.pdf.PGraphicsPDF" ;
1288+ static constexpr const char * DXF = " processing.dxf.RawDXF" ;
1289+ static constexpr const char * WEBGL = " processing.webgl.PGraphicsWebGL" ;
12831290
12841291// Texture / image modes
12851292static constexpr int IMAGE = 100 ;
You can’t perform that action at this time.
0 commit comments