refactor(new_editor): tighten app dependency boundaries
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "Internal/EmbeddedPngLoader.h"
|
||||
|
||||
#include "Host/TextureHost.h"
|
||||
|
||||
namespace XCEngine::UI::Editor::App::Internal {
|
||||
|
||||
bool LoadEmbeddedPngBytes(
|
||||
@@ -47,7 +49,7 @@ bool LoadEmbeddedPngBytes(
|
||||
}
|
||||
|
||||
bool LoadEmbeddedPngTexture(
|
||||
Host::NativeRenderer& renderer,
|
||||
Host::TextureHost& renderer,
|
||||
UINT resourceId,
|
||||
::XCEngine::UI::UITextureHandle& outTexture,
|
||||
std::string& outError) {
|
||||
|
||||
Reference in New Issue
Block a user