Constrain visible render object compatibility alias

This commit is contained in:
2026-04-05 19:37:20 +08:00
parent cb40da83ff
commit 3c5529c4bc
3 changed files with 14 additions and 2 deletions

View File

@@ -27,7 +27,5 @@ struct VisibleRenderItem {
Math::Matrix4x4 localToWorld = Math::Matrix4x4::Identity();
};
using VisibleRenderObject = VisibleRenderItem;
} // namespace Rendering
} // namespace XCEngine

View File

@@ -1,3 +1,11 @@
#pragma once
#include <XCEngine/Rendering/VisibleRenderItem.h>
namespace XCEngine {
namespace Rendering {
using VisibleRenderObject = VisibleRenderItem;
} // namespace Rendering
} // namespace XCEngine