From 601442f94fc0dcfdc5a117c5f87d90b156d53045 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Oct 2021 14:27:26 +0800 Subject: +static initiator --- Runtime/Rendering/DynamicMesh.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Runtime/Rendering/DynamicMesh.h (limited to 'Runtime/Rendering/DynamicMesh.h') 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; + +}; -- cgit v1.1-26-g67d0