/* * Copyright (C) 2018 Tomasz Kramkowski * SPDX-License-Identifier: MIT */ #ifndef VERTEX_H #define VERTEX_H #include "linmath.h" struct vertex { #define SH_IN(type, name) type name; #include "shaders/data.h" }; #endif // VERTEX_H