ImageProcessingAtom

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-13 12:41:45 -07:00
parent 5e15d91d76
commit 89b13513ef
71 changed files with 24 additions and 101 deletions
@@ -5,8 +5,6 @@
*
*/
#include <ImageProcessing_precompiled.h>
#include <Processing/PixelFormatInfo.h>
#include <Processing/ImageToProcess.h>
#include <Processing/ImageConvert.h>
@@ -24,10 +22,6 @@
#include <AzToolsFramework/API/EditorAssetSystemAPI.h>
// qt has convenience functions to handle file
#include <qfile.h>
#include <qdir.h>
// for texture splitting
// minimum number of low level mips will be saved in the base file.
#define MinPersistantMips 3