summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/Device.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-27 19:30:06 +0800
committerchai <chaifix@163.com>2021-10-27 19:30:06 +0800
commit51ced5a191078ce4ef08d57e343e91db007f556f (patch)
tree72dce341b2019e5b14c789a9edfb47d5b31900a6 /Runtime/Graphics/Device.h
parente6a15decac22912900d2cbd2e5525229b92bb55a (diff)
*misc
Diffstat (limited to 'Runtime/Graphics/Device.h')
-rw-r--r--Runtime/Graphics/Device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/Graphics/Device.h b/Runtime/Graphics/Device.h
index c7a059e..56cb197 100644
--- a/Runtime/Graphics/Device.h
+++ b/Runtime/Graphics/Device.h
@@ -42,7 +42,7 @@ public:
void PresentFrame();
//GET(SharedVertexBuffer*, SharedVBO, m_SharedVBO);
- SharedVertexBuffer* GetSharedVBO() { return &m_SharedVBO; }
+ //SharedVertexBuffer* GetSharedVBO() { return &m_SharedVBO; }
GET_SET(Color, ClearColor, m_ClearColor);
@@ -65,7 +65,7 @@ private:
StencilOp m_StencilOp;
byte m_StencilMask;
- SharedVertexBuffer m_SharedVBO;
+ //SharedVertexBuffer m_SharedVBO;
bool m_IsInsideFrame;