Refactor new editor boundaries and test ownership

This commit is contained in:
2026-04-19 15:52:28 +08:00
parent dc13b56cf3
commit 93f06e84ed
279 changed files with 6349 additions and 3238 deletions

View File

@@ -1,6 +1,6 @@
#include "Internal/EmbeddedPngLoader.h"
#include "Host/TextureHost.h"
#include "Ports/TexturePort.h"
namespace XCEngine::UI::Editor::App::Internal {
@@ -49,7 +49,7 @@ bool LoadEmbeddedPngBytes(
}
bool LoadEmbeddedPngTexture(
Host::TextureHost& renderer,
Ports::TexturePort& renderer,
UINT resourceId,
::XCEngine::UI::UITextureHandle& outTexture,
std::string& outError) {