aboutsummaryrefslogtreecommitdiffstats
path: root/vertex.h
blob: 93521acba0c78ce16bf66fbedf4844c1d27ccefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
 * 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