iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes
IGraphics::DrawClasses

The IGraphics draw classes allow the actual drawing to be performed using different drawing API back-ends. More...

Classes

class  IGraphicsCanvas
 IGraphics draw class HTML5 canvas. More...
 
class  IGraphicsNanoVG
 IGraphics draw class using NanoVG
More...
 
class  IGraphicsSkia
 IGraphics draw class using Skia. More...
 

Detailed Description

The IGraphics draw classes allow the actual drawing to be performed using different drawing API back-ends.

A project-wide definition such as IGRAPHICS_SKIA, chooses which gets used at compile time