ATOM-15086 Image Pipeline Unexpectedly Pre-Multiplying Alpha into Color Channels (#5358)
Applied the discard alpha in the begining of converting. Also deleted some unused processing settings and steps. Signed-off-by: Qing Tao <55564570+VickyAtAZ@users.noreply.github.com>
This commit is contained in:
@@ -66,13 +66,6 @@ namespace ImageProcessingAtom
|
||||
bool GammaToLinearRGBA32F(bool bDeGamma);
|
||||
void LinearToGamma();
|
||||
|
||||
// ---------------------------------------------------------------------------------
|
||||
// Tools for A32B32G32R32F
|
||||
|
||||
void CreateHighPass(uint32 dwMipDown);
|
||||
|
||||
void CreateColorChart();
|
||||
|
||||
//convert various original cubemap layouts to new layout
|
||||
bool ConvertCubemapLayout(CubemapLayoutType newLayout);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user