libhydride/include/vertex_structs.h
2017-11-16 00:11:35 +03:00

18 lines
203 B
C

/*
* vertex_structs.h
*
* Created on: Nov 10, 2017
* Author: nullifiedcat
*/
#pragma once
struct vertex_main
{
vec2 position;
vec2 tex_coords;
vec4 color;
unsigned mode;
};