summaryrefslogtreecommitdiff
path: root/Source/modules/asura-core/Graphics/VBO.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/modules/asura-core/Graphics/VBO.h')
-rw-r--r--Source/modules/asura-core/Graphics/VBO.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/Source/modules/asura-core/Graphics/VBO.h b/Source/modules/asura-core/Graphics/VBO.h
deleted file mode 100644
index f80991e..0000000
--- a/Source/modules/asura-core/Graphics/VBO.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef _ASURA_ENGINE_VBO_H_
-#define _ASURA_ENGINE_VBO_H_
-
-#include <asura-base/Classes.h>
-
-namespace_begin(AsuraEngine)
-namespace_begin(Graphics)
-
-struct VertexBufferData
-{
-
-};
-
-struct IndexBufferData
-{
-
-};
-
-class VBO
-{
-
-};
-
-namespace_end
-namespace_end
-
-#endif \ No newline at end of file