Refactor new editor boundaries and test ownership
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user