From 44d6c41e5e586572de08c72c358aed9100a30353 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Nov 2021 12:10:29 +0800 Subject: *log --- Runtime/Graphics/VertexBuffer.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Runtime/Graphics/VertexBuffer.h') diff --git a/Runtime/Graphics/VertexBuffer.h b/Runtime/Graphics/VertexBuffer.h index 5e4fdf2..e6fd9ee 100644 --- a/Runtime/Graphics/VertexBuffer.h +++ b/Runtime/Graphics/VertexBuffer.h @@ -1,5 +1,4 @@ -#ifndef VBO_H -#define VBO_H +#pragma once #include @@ -31,8 +30,8 @@ public: private: VertexBufferType m_Type; + GPU::DataBuffer* m_VB; GPU::DataBuffer* m_IB; -}; -#endif \ No newline at end of file +}; -- cgit v1.1-26-g67d0