diff options
author | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
commit | 160e1299ef3d95f8e8c48706d7f61dd3dc6c6b60 (patch) | |
tree | abe5ae5242d9cc6caf6edf103e662c44e978fca0 /src/libjin/graphics/vertex.h | |
parent | e095043485d1d298571af6d9eca7f0db9009ea7a (diff) |
Diffstat (limited to 'src/libjin/graphics/vertex.h')
-rw-r--r-- | src/libjin/graphics/vertex.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libjin/graphics/vertex.h b/src/libjin/graphics/vertex.h index 192117e..2fac1cc 100644 --- a/src/libjin/graphics/vertex.h +++ b/src/libjin/graphics/vertex.h @@ -7,17 +7,17 @@ namespace JinEngine { - namespace Graphics - { + namespace Graphics + { - struct Vertex - { - Math::Vector2<float> xy; - Math::Vector2<float> uv; - Color color; - }; + struct Vertex + { + Math::Vector2<float> xy; + Math::Vector2<float> uv; + Color color; + }; - } + } } #endif
\ No newline at end of file |