summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/RenderCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Graphics/RenderCommands.h')
-rw-r--r--Runtime/Graphics/RenderCommands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Runtime/Graphics/RenderCommands.h b/Runtime/Graphics/RenderCommands.h
index cbffdd0..8dc2dbe 100644
--- a/Runtime/Graphics/RenderCommands.h
+++ b/Runtime/Graphics/RenderCommands.h
@@ -8,6 +8,7 @@ struct RenderCommand
};
typedef std::vector<RenderCommand*> RenderCommandGroup;
+void ReleaseRenderCommandGroup(RenderCommandGroup& group);
// Cull Off|Front|Back|Both
struct Cmd_Cull : RenderCommand