rename RenderQueue to RenderPipe

This commit is contained in:
2025-08-25 22:42:25 +08:00
parent 1f7720d54e
commit 0f9f81d568
17 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class LightComponent;
typedef std::shared_ptr<LightComponent> LightComponentPtr;
typedef std::shared_ptr<const LightComponent> LightComponentConstPtr;
class RenderQueue;
class RenderPipe;
class Renderable;
typedef std::shared_ptr<Renderable> RenderablePtr;