summaryrefslogtreecommitdiff
path: root/src/vk/vertex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vk/vertex.hpp')
-rw-r--r--src/vk/vertex.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vk/vertex.hpp b/src/vk/vertex.hpp
index 735d0a7..07332a8 100644
--- a/src/vk/vertex.hpp
+++ b/src/vk/vertex.hpp
@@ -26,7 +26,6 @@ struct Vertex
{
glm::vec3 position;
glm::vec3 normal;
- glm::vec3 color;
glm::vec2 texture_coord;
};