gltest/src/vertex.h
2015-07-13 08:27:43 +03:00

14 lines
170 B
C

//
// Created by selim on 31.05.15.
//
#ifndef GLTEST_VERTEX_H
#define GLTEST_VERTEX_H
struct Vertex {
float coords[3];
float normal[3];
};
#endif //GLTEST_VERTEX_H