From 80dca084b568e4e77d2a4031ce8625cdabc660ab Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 28 Oct 2021 01:52:12 +0800 Subject: + custom vertex buffer --- Runtime/Graphics/UIQuad.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Runtime/Graphics/UIQuad.h (limited to 'Runtime/Graphics/UIQuad.h') diff --git a/Runtime/Graphics/UIQuad.h b/Runtime/Graphics/UIQuad.h new file mode 100644 index 0000000..166b662 --- /dev/null +++ b/Runtime/Graphics/UIQuad.h @@ -0,0 +1,11 @@ +#pragma once + +class UIQuad +{ +public : + void Draw(); + +private: + float m_Left, m_Right, m_Top, m_Bottom; + +}; -- cgit v1.1-26-g67d0