From b972cec461f6c587edd8febbc6dad45bad65046d Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Oct 2021 19:37:06 +0800 Subject: *shader command parser --- Runtime/Graphics/RenderCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/Graphics/RenderCommands.h') diff --git a/Runtime/Graphics/RenderCommands.h b/Runtime/Graphics/RenderCommands.h index 3908e3a..cbffdd0 100644 --- a/Runtime/Graphics/RenderCommands.h +++ b/Runtime/Graphics/RenderCommands.h @@ -7,7 +7,7 @@ struct RenderCommand virtual void Execute() = 0; }; -typedef std::vector RenderCommandGroup; +typedef std::vector RenderCommandGroup; // Cull Off|Front|Back|Both struct Cmd_Cull : RenderCommand -- cgit v1.1-26-g67d0