From 4b652abe1d76f1bcbe5d7583a8986256f50c483d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Nov 2021 19:30:44 +0800 Subject: -LuaBindClass::RegisterNativeClass --- Runtime/Graphics/VertexBuffer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Runtime/Graphics/VertexBuffer.h') diff --git a/Runtime/Graphics/VertexBuffer.h b/Runtime/Graphics/VertexBuffer.h index e6fd9ee..b03df3b 100644 --- a/Runtime/Graphics/VertexBuffer.h +++ b/Runtime/Graphics/VertexBuffer.h @@ -34,4 +34,6 @@ private: GPU::DataBuffer* m_VB; GPU::DataBuffer* m_IB; + EPrimitive m_Primitive; + }; -- cgit v1.1-26-g67d0