diff options
author | chai <chaifix@163.com> | 2021-11-20 14:10:24 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-20 14:10:24 +0800 |
commit | 74ca8143a7c2352425d549b681b2838bda5ee218 (patch) | |
tree | 5aad35e7312b7c1b54769091b30f47d8ad747acb /Runtime/GUI/UIMesh.h | |
parent | 850d9c034792b96e2ff5ff3bbfbcc30661757aed (diff) |
*misc
Diffstat (limited to 'Runtime/GUI/UIMesh.h')
-rw-r--r-- | Runtime/GUI/UIMesh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Runtime/GUI/UIMesh.h b/Runtime/GUI/UIMesh.h index 8b6b56d..1de111b 100644 --- a/Runtime/GUI/UIMesh.h +++ b/Runtime/GUI/UIMesh.h @@ -9,6 +9,7 @@ #include "Runtime/Graphics/Color.h" #include "Runtime/Graphics/GfxDevice.h" +// UI默认的顶点布局 struct UIVertexLayout { UIVertexLayout(Vector2 pos = Vector2::zero, Vector2 texCoord = Vector2::zero, Color32 col = Color32()) |