|
enum | OutputTypeHandling { UseSpecifiedOutputType = 0
, UseInputFormat
} |
| Custom overrides for how to handle the output format.
|
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
AZ::Uuid | m_uuid |
|
PresetName | m_name |
|
AZStd::string | m_description |
|
bool | m_generateIBLOnly = false |
|
RGBWeight | m_rgbWeight = RGBWeight::uniform |
|
ColorSpace | m_srcColorSpace = ColorSpace::sRGB |
|
ColorSpace | m_destColorSpace = ColorSpace::autoSelect |
|
AZStd::vector< FileMask > | m_fileMasks |
|
bool | m_suppressEngineReduce = false |
|
EPixelFormat | m_pixelFormat = EPixelFormat::ePixelFormat_R8G8B8A8 |
|
EPixelFormat | m_pixelFormatAlpha = EPixelFormat::ePixelFormat_A8 |
|
bool | m_discardAlpha = false |
|
AZ::u32 | m_maxTextureSize = 0 |
|
AZ::u32 | m_minTextureSize = 0 |
|
bool | m_isPowerOf2 = false |
|
AZ::u32 | m_sizeReduceLevel = 0 |
|
AZStd::unique_ptr< CubemapSettings > | m_cubemapSetting |
|
AZStd::unique_ptr< MipmapSettings > | m_mipmapSetting |
|
AZ::u32 | m_glossFromNormals = 0 |
|
bool | m_isMipRenormalize = false |
|
AZ::u8 | m_numResidentMips = 0 |
|
AZStd::string | m_swizzle |
|
OutputTypeHandling | m_outputTypeHandling = UseSpecifiedOutputType |
| Controls how the output type format is derived.
|
|
The documentation for this class was generated from the following file:
- Gems/Atom/Asset/ImageProcessingAtom/Code/Source/BuilderSettings/PresetSettings.h