summaryrefslogtreecommitdiff
path: root/Runtime/GUI/UIMesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/GUI/UIMesh.h')
-rw-r--r--Runtime/GUI/UIMesh.h1
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())