forked from organicmaps/organicmaps-tmp
Added Quad1 (Quad<float>)
This commit is contained in:
parent
980dc30a5d
commit
7239114213
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ struct Quad
|
|||
TVertex v[4];
|
||||
};
|
||||
|
||||
typedef Quad<float> Quad1;
|
||||
typedef Quad<vec2> Quad2;
|
||||
typedef Quad<vec3> Quad3;
|
||||
typedef Quad<vec4> Quad4;
|
||||
|
|
Loading…
Add table
Reference in a new issue