KiCad PCB EDA Suite
|
Class to control vertex container and GPU with possibility of emulating old-style OpenGL 1.0 state machine using modern OpenGL methods. More...
#include <gal/opengl/vertex_manager.h>
#include <gal/opengl/cached_container.h>
#include <gal/opengl/noncached_container.h>
#include <gal/opengl/gpu_manager.h>
#include <gal/opengl/vertex_item.h>
#include <confirm.h>
#include <wx/log.h>
Go to the source code of this file.
Variables | |
static const wxChar | traceVertexManager [] = wxT( "KICAD_VERTEX_MANAGER" ) |
Flag to enable #VERTEX_MANAGER debugging output. | |
Class to control vertex container and GPU with possibility of emulating old-style OpenGL 1.0 state machine using modern OpenGL methods.
Definition in file vertex_manager.cpp.