![]() |
KiCad PCB EDA Suite
|
#include <opengl_gal.h>
Public Attributes | |
VERTEX_MANAGER * | vboManager |
Manager used for storing new vertices. More... | |
std::deque< boost::shared_array< GLdouble > > & | intersectPoints |
Intersect points, that have to be freed after tessellation. More... | |
Definition at line 303 of file opengl_gal.h.
std::deque< boost::shared_array<GLdouble> >& KIGFX::OPENGL_GAL::TessParams::intersectPoints |
Intersect points, that have to be freed after tessellation.
Definition at line 309 of file opengl_gal.h.
Referenced by CombineCallback().
VERTEX_MANAGER* KIGFX::OPENGL_GAL::TessParams::vboManager |
Manager used for storing new vertices.
Definition at line 306 of file opengl_gal.h.
Referenced by VertexCallback().