From b7f9d0cb50b52b514737d127fe97691a8c7db4bd Mon Sep 17 00:00:00 2001 From: "re.kovalev" Date: Thu, 3 Mar 2022 17:13:14 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D1=83=D0=BA=D1=82=D1=83=D1=80=D1=8B=20=D1=81=20=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D1=8B=D0=BC=D0=B8=20=D0=BE=20=D0=B2=D0=B5=D1=80=D1=88?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Vertex.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/Vertex.h b/include/Vertex.h index f8d66a2..fcc5205 100644 --- a/include/Vertex.h +++ b/include/Vertex.h @@ -1,11 +1,12 @@ #ifndef VERTEX_H #define VERTEX_H -#include +#include typedef struct _Vertex { - glm::vec3 position, color; + glm::vec2 position; + glm::vec3 color; } Vertex; #endif // VERTEX_H \ No newline at end of file