Структура с данными для вершины
This commit is contained in:
11
include/Vertex.h
Normal file
11
include/Vertex.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef VERTEX_H
|
||||
#define VERTEX_H
|
||||
|
||||
#include <GLM/vec3.hpp>
|
||||
|
||||
typedef struct _Vertex
|
||||
{
|
||||
glm::vec3 position, color;
|
||||
} Vertex;
|
||||
|
||||
#endif // VERTEX_H
|
||||
Reference in New Issue
Block a user