KiCad PCB EDA Suite
|
#include <vertex_common.h>
Public Attributes | |
GLfloat | x |
GLfloat | y |
GLfloat | z |
GLubyte | r |
GLubyte | g |
GLubyte | b |
GLubyte | a |
GLfloat | shader [4] |
Definition at line 60 of file vertex_common.h.
GLubyte KIGFX::VERTEX::a |
Definition at line 63 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::ChangeItemColor(), and KIGFX::VERTEX_MANAGER::putVertex().
GLubyte KIGFX::VERTEX::b |
Definition at line 63 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::ChangeItemColor(), and KIGFX::VERTEX_MANAGER::putVertex().
GLubyte KIGFX::VERTEX::g |
Definition at line 63 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::ChangeItemColor(), and KIGFX::VERTEX_MANAGER::putVertex().
GLubyte KIGFX::VERTEX::r |
Definition at line 63 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::ChangeItemColor(), and KIGFX::VERTEX_MANAGER::putVertex().
GLfloat KIGFX::VERTEX::shader[4] |
Definition at line 64 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::putVertex().
GLfloat KIGFX::VERTEX::x |
Definition at line 62 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::putVertex(), and KIGFX::VERTEX_MANAGER::Vertex().
GLfloat KIGFX::VERTEX::y |
Definition at line 62 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::putVertex(), and KIGFX::VERTEX_MANAGER::Vertex().
GLfloat KIGFX::VERTEX::z |
Definition at line 62 of file vertex_common.h.
Referenced by KIGFX::VERTEX_MANAGER::ChangeItemDepth(), KIGFX::VERTEX_MANAGER::putVertex(), and KIGFX::VERTEX_MANAGER::Vertex().