Flutter Impeller
impeller::PathTessellator::VertexWriter Class Referenceabstract

An interface for generating a multi contour polyline as a triangle strip. More...

#include <path_tessellator.h>

Inheritance diagram for impeller::PathTessellator::VertexWriter:
impeller::testing::MockPathVertexWriter

Public Member Functions

virtual void Write (Point point)=0
 
virtual void EndContour ()=0
 

Detailed Description

An interface for generating a multi contour polyline as a triangle strip.

Definition at line 21 of file path_tessellator.h.

Member Function Documentation

◆ EndContour()

virtual void impeller::PathTessellator::VertexWriter::EndContour ( )
pure virtual

◆ Write()

virtual void impeller::PathTessellator::VertexWriter::Write ( Point  point)
pure virtual

The documentation for this class was generated from the following file: