From a11097e51fcaef4488218411f2d7b3ee34550000 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Nov 2021 19:39:34 +0800 Subject: *Text Mesh --- Runtime/GUI/TextMesh.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Runtime/GUI/TextMesh.h') diff --git a/Runtime/GUI/TextMesh.h b/Runtime/GUI/TextMesh.h index 7f37e5e..2ca4618 100644 --- a/Runtime/GUI/TextMesh.h +++ b/Runtime/GUI/TextMesh.h @@ -1,4 +1,5 @@ #pragma once +#include "../Graphics/VertexBuffer.h" enum ETextAnchor { @@ -21,4 +22,11 @@ enum ETextAlignment { TextAlignment_Auto, }; +class TextMesh +{ +public: +private: + VertexBuffer* m_VBO; + +}; -- cgit v1.1-26-g67d0