diff options
author | chai <chaifix@163.com> | 2021-11-01 19:30:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-01 19:30:44 +0800 |
commit | 4b652abe1d76f1bcbe5d7583a8986256f50c483d (patch) | |
tree | daf81888f8e37c40483fcd309201bc33471b97fa /Runtime/Graphics/VertexBuffer.h | |
parent | b7310c9cce95bfc9bfe135063ee0e97fbc654928 (diff) |
-LuaBindClass::RegisterNativeClass
Diffstat (limited to 'Runtime/Graphics/VertexBuffer.h')
-rw-r--r-- | Runtime/Graphics/VertexBuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; + }; |