summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/Device.h
diff options
context:
space:
mode:
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;