KiCad PCB EDA Suite
|
#include <opengl_compositor.h>
Public Attributes | |
VECTOR2I | dimensions |
GLuint | textureTarget |
Main texture handle. | |
GLuint | attachmentPoint |
Point to which an image from texture is attached. | |
Definition at line 115 of file opengl_compositor.h.
GLuint KIGFX::OPENGL_COMPOSITOR::OPENGL_BUFFER::attachmentPoint |
Point to which an image from texture is attached.
Definition at line 119 of file opengl_compositor.h.
VECTOR2I KIGFX::OPENGL_COMPOSITOR::OPENGL_BUFFER::dimensions |
Definition at line 117 of file opengl_compositor.h.
GLuint KIGFX::OPENGL_COMPOSITOR::OPENGL_BUFFER::textureTarget |
Main texture handle.
Definition at line 118 of file opengl_compositor.h.