KiCad PCB EDA Suite
|
#include <opengl_gal.h>
Public Attributes | |
VERTEX_MANAGER * | vboManager |
Manager used for storing new vertices. | |
std::deque< std::shared_ptr< GLdouble > > & | intersectPoints |
Intersect points, that have to be freed after tessellation. | |
Definition at line 320 of file opengl_gal.h.
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().
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().