From 578a19bf49049469e28d58338575f17c7541bc9e Mon Sep 17 00:00:00 2001 From: Chris Galvan Date: Tue, 1 Feb 2022 16:05:30 -0600 Subject: [PATCH] Removed unused parameters in the GSI.preset configuration Signed-off-by: Chris Galvan --- .../Asset/ImageProcessingAtom/Assets/Config/GSI.preset | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Gems/Atom/Asset/ImageProcessingAtom/Assets/Config/GSI.preset b/Gems/Atom/Asset/ImageProcessingAtom/Assets/Config/GSI.preset index 6c99944afa..78f4c7ad76 100644 --- a/Gems/Atom/Asset/ImageProcessingAtom/Assets/Config/GSI.preset +++ b/Gems/Atom/Asset/ImageProcessingAtom/Assets/Config/GSI.preset @@ -6,9 +6,7 @@ "DefaultPreset": { "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}", "Name": "GSI", - "PixelFormat": "R8G8B8A8", "UncompressedAutoPick": true, - "DiscardAlpha": true, "IsPowerOf2": true, "MipMapSetting": { "MipGenType": "Box" @@ -18,10 +16,8 @@ "android": { "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}", "Name": "GSI", - "PixelFormat": "R8G8B8A8", "UncompressedAutoPick": true, "MaxTextureSize": 2048, - "DiscardAlpha": true, "IsPowerOf2": true, "MipMapSetting": { "MipGenType": "Box" @@ -30,10 +26,8 @@ "ios": { "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}", "Name": "GSI", - "PixelFormat": "R8G8B8A8", "UncompressedAutoPick": true, "MaxTextureSize": 2048, - "DiscardAlpha": true, "IsPowerOf2": true, "MipMapSetting": { "MipGenType": "Box" @@ -42,9 +36,7 @@ "mac": { "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}", "Name": "GSI", - "PixelFormat": "R8G8B8A8", "UncompressedAutoPick": true, - "DiscardAlpha": true, "IsPowerOf2": true, "MipMapSetting": { "MipGenType": "Box" @@ -53,9 +45,7 @@ "provo": { "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}", "Name": "GSI", - "PixelFormat": "R8G8B8A8", "UncompressedAutoPick": true, - "DiscardAlpha": true, "IsPowerOf2": true, "MipMapSetting": { "MipGenType": "Box"