Open 3D Engine Atom Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ImageProcessingAtom::ImageConvertProcess Class Reference

#include <ImageConvert.h>

Public Member Functions

 ImageConvertProcess (AZStd::unique_ptr< ImageConvertProcessDescriptor > &&description)
 
void UpdateProcess ()
 
void ProcessAll ()
 
float GetProgress ()
 
bool IsFinished ()
 
bool IsSucceed ()
 
IImageObjectPtr GetOutputImage ()
 
IImageObjectPtr GetOutputIBLSpecularCubemap ()
 
IImageObjectPtr GetOutputIBLDiffuseCubemap ()
 
void GetAppendOutputProducts (AZStd::vector< AssetBuilderSDK::JobProduct > &outProducts)
 
const ImageConvertProcessDescriptorGetInputDesc () const
 

Detailed Description

ImageConvertProcess is the class to handle the full convertion process to convert an input image object to a new image object which is used in 3d renderer.


The documentation for this class was generated from the following file: