KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::OPENGL_COMPOSITOR::OPENGL_BUFFER Struct Reference

#include <opengl_compositor.h>

Public Attributes

VECTOR2I dimensions
 
GLuint textureTarget
 Main texture handle. More...
 
GLuint attachmentPoint
 Point to which an image from texture is attached. More...
 

Detailed Description

Definition at line 115 of file opengl_compositor.h.

Member Data Documentation

◆ attachmentPoint

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.

◆ dimensions

VECTOR2I KIGFX::OPENGL_COMPOSITOR::OPENGL_BUFFER::dimensions

Definition at line 117 of file opengl_compositor.h.

◆ textureTarget

GLuint KIGFX::OPENGL_COMPOSITOR::OPENGL_BUFFER::textureTarget

Main texture handle.

Definition at line 118 of file opengl_compositor.h.


The documentation for this struct was generated from the following file: