Integrating latest 47acbe8
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
#include <AssetBuilderSDK/AssetBuilderSDK.h>
|
||||
#include <AzCore/Outcome/Outcome.h>
|
||||
|
||||
#include <ImageProcessing/ImageProcessingBus.h>
|
||||
|
||||
namespace ImageProcessing
|
||||
{
|
||||
//! Builder to process images
|
||||
@@ -50,7 +48,6 @@ namespace ImageProcessing
|
||||
//! BuilderPluginComponent is to handle the lifecycle of ImageBuilder module.
|
||||
class BuilderPluginComponent
|
||||
: public AZ::Component
|
||||
, protected ImageProcessingRequestBus::Handler
|
||||
{
|
||||
public:
|
||||
AZ_COMPONENT(BuilderPluginComponent, "{2F12E1BE-D8F6-47A4-AC3E-6C5527C55840}")
|
||||
@@ -69,12 +66,6 @@ namespace ImageProcessing
|
||||
static void GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible);
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
protected:
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// ImageProcessingRequestBus interface implementation
|
||||
IImageObject* LoadImage(const AZStd::string& filePath) override;
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
private:
|
||||
ImageBuilderWorker m_imageBuilder;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user