|
KiCad PCB EDA Suite
|
Class that handles multitarget rendering (i.e. More...
#include <gal/opengl/opengl_compositor.h>#include <gal/opengl/utils.h>#include <gal/color4d.h>#include <glsl_xor_diff_frag.h>#include <glsl_xor_diff_vert.h>#include <cassert>#include <memory>#include <stdexcept>#include <wx/log.h>#include <wx/debug.h>Go to the source code of this file.
Variables | |
| static const wxChar *const | traceGalXorMode = wxT( "KICAD_GAL_XOR_MODE" ) |
Class that handles multitarget rendering (i.e.
to different textures/surfaces) and later compositing into a single image (OpenGL flavour).
Definition in file opengl_compositor.cpp.
|
static |
Definition at line 48 of file opengl_compositor.cpp.
Referenced by KIGFX::OPENGL_COMPOSITOR::DrawBufferDifference(), KIGFX::OPENGL_GAL::EndDiffLayer(), KIGFX::OPENGL_COMPOSITOR::initDifferenceShader(), and KIGFX::OPENGL_GAL::StartDiffLayer().