KiCad PCB EDA Suite
Loading...
Searching...
No Matches
opengl_compositor.cpp File Reference

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" )
 

Detailed Description

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.

Variable Documentation

◆ traceGalXorMode

const wxChar* const traceGalXorMode = wxT( "KICAD_GAL_XOR_MODE" )
static