summaryrefslogtreecommitdiff
path: root/Runtime/Rendering/DynamicMesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Rendering/DynamicMesh.h')
-rw-r--r--Runtime/Rendering/DynamicMesh.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Runtime/Rendering/DynamicMesh.h b/Runtime/Rendering/DynamicMesh.h
new file mode 100644
index 0000000..3cbb6f6
--- /dev/null
+++ b/Runtime/Rendering/DynamicMesh.h
@@ -0,0 +1,10 @@
+#pragma once
+#include "Runtime/Utilities/StaticInitiator.h"
+
+// Ìî³äg_SharedVBOµÄ¶¯Ì¬mesh
+class DynamicMesh
+{
+public:
+ virtual void Draw() = 0;
+
+};