KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::OPENGL_GAL::TessParams Struct Reference

#include <opengl_gal.h>

Public Attributes

VERTEX_MANAGERvboManager
 Manager used for storing new vertices.
 
std::deque< std::shared_ptr< GLdouble > > & intersectPoints
 Intersect points, that have to be freed after tessellation.
 

Detailed Description

Definition at line 320 of file opengl_gal.h.

Member Data Documentation

◆ intersectPoints

std::deque<std::shared_ptr<GLdouble> >& KIGFX::OPENGL_GAL::TessParams::intersectPoints

Intersect points, that have to be freed after tessellation.

Definition at line 326 of file opengl_gal.h.

Referenced by CombineCallback().

◆ vboManager

VERTEX_MANAGER* KIGFX::OPENGL_GAL::TessParams::vboManager

Manager used for storing new vertices.

Definition at line 323 of file opengl_gal.h.

Referenced by VertexCallback().


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