From 5ad0cac085d04ded92bfbb205b4edec372f57cd2 Mon Sep 17 00:00:00 2001 From: moudgils <47460854+moudgils@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:57:30 -0700 Subject: [PATCH] Deleting a missed file from a previous PR (#2350) Signed-off-by: moudgils --- .../Assets/Passes/Reflections_nomsaa.pass | 298 ------------------ 1 file changed, 298 deletions(-) delete mode 100644 Gems/Atom/Feature/Common/Assets/Passes/Reflections_nomsaa.pass diff --git a/Gems/Atom/Feature/Common/Assets/Passes/Reflections_nomsaa.pass b/Gems/Atom/Feature/Common/Assets/Passes/Reflections_nomsaa.pass deleted file mode 100644 index 64292da63c..0000000000 --- a/Gems/Atom/Feature/Common/Assets/Passes/Reflections_nomsaa.pass +++ /dev/null @@ -1,298 +0,0 @@ -{ - "Type": "JsonSerialization", - "Version": 1, - "ClassName": "PassAsset", - "ClassData": { - "PassTemplate": { - "Name": "ReflectionsParentPass_nomsaaTemplate", - "PassClass": "ParentPass", - "Slots": [ - { - "Name": "NormalInput", - "SlotType": "Input", - "ScopeAttachmentUsage": "Shader" - }, - { - "Name": "SpecularF0Input", - "SlotType": "Input", - "ScopeAttachmentUsage": "Shader" - }, - { - "Name": "DepthStencilInputOutput", - "SlotType": "InputOutput", - "ScopeAttachmentUsage": "DepthStencil" - }, - { - "Name": "SpecularInputOutput", - "SlotType": "InputOutput", - "ScopeAttachmentUsage": "RenderTarget" - }, - { - "Name": "ReflectionOutput", - "SlotType": "Output", - "ScopeAttachmentUsage": "RenderTarget" - } - ], - "Connections": [ - { - "LocalSlot": "ReflectionOutput", - "AttachmentRef": { - "Pass": "ReflectionProbeRenderInnerPass", - "Attachment": "ReflectionInputOutput" - } - } - ], - "PassRequests": [ - { - "Name": "ReflectionProbeStencilPass", - "TemplateName": "ReflectionProbeStencilPassTemplate", - "Connections": [ - { - "LocalSlot": "DepthStencilInputOutput", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "DepthStencilInputOutput" - } - } - ], - "PassData": { - "$type": "RasterPassData", - "DrawListTag": "reflectionprobestencil", - "PipelineViewTag": "MainCamera" - } - }, - { - "Name": "ReflectionProbeBlendWeightPass", - "TemplateName": "ReflectionProbeBlendWeightPassTemplate", - "Connections": [ - { - "LocalSlot": "DepthStencilTextureInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - } - }, - { - "LocalSlot": "DepthStencilInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - } - } - ], - "PassData": { - "$type": "RasterPassData", - "DrawListTag": "reflectionprobeblendweight", - "PipelineViewTag": "MainCamera", - "PassSrgShaderAsset": { - "FilePath": "Shaders/Reflections/ReflectionProbeBlendWeight.shader" - } - } - }, - { - "Name": "ReflectionGlobalFullscreenPass", - "TemplateName": "ReflectionGlobalFullscreenPass_nomsaaTemplate", - "Connections": [ - { - "LocalSlot": "DepthStencilTextureInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - } - }, - { - "LocalSlot": "NormalInput", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "NormalInput" - } - }, - { - "LocalSlot": "DepthStencilInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - - } - }, - { - "LocalSlot": "SpecularF0Input", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "SpecularF0Input" - } - }, - { - "LocalSlot": "ReflectionBlendWeightInput", - "AttachmentRef": { - "Pass": "ReflectionProbeBlendWeightPass", - "Attachment": "Output" - } - } - ], - "PassData": { - "$type": "FullscreenTrianglePassData", - "ShaderAsset": { - "FilePath": "Shaders/Reflections/ReflectionGlobalFullscreen_nomsaa.shader" - }, - "StencilRef": 3, // See RenderCommon.h and ReflectionGlobalFullscreen_nomsaa.shader - "PipelineViewTag": "MainCamera" - } - }, - { - "Name": "ReflectionProbeRenderOuterPass", - "TemplateName": "ReflectionProbeRenderOuterPassTemplate", - "Connections": [ - { - "LocalSlot": "ReflectionInputOutput", - "AttachmentRef": { - "Pass": "ReflectionGlobalFullscreenPass", - "Attachment": "ReflectionOutput" - } - }, - { - "LocalSlot": "DepthStencilTextureInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - } - }, - { - "LocalSlot": "NormalInput", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "NormalInput" - } - }, - { - "LocalSlot": "DepthStencilInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - - } - }, - { - "LocalSlot": "SpecularF0Input", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "SpecularF0Input" - } - }, - { - "LocalSlot": "ReflectionBlendWeightInput", - "AttachmentRef": { - "Pass": "ReflectionProbeBlendWeightPass", - "Attachment": "Output" - } - } - ], - "PassData": { - "$type": "RasterPassData", - "DrawListTag": "reflectionproberenderouter", - "PipelineViewTag": "MainCamera", - "PassSrgShaderAsset": { - "FilePath": "Shaders/Reflections/ReflectionProbeRenderOuter.shader" - } - } - }, - { - "Name": "ReflectionProbeRenderInnerPass", - "TemplateName": "ReflectionProbeRenderInnerPassTemplate", - "Connections": [ - { - "LocalSlot": "ReflectionInputOutput", - "AttachmentRef": { - "Pass": "ReflectionProbeRenderOuterPass", - "Attachment": "ReflectionInputOutput" - } - }, - { - "LocalSlot": "DepthStencilTextureInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - } - }, - { - "LocalSlot": "NormalInput", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "NormalInput" - } - }, - { - "LocalSlot": "DepthStencilInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - - } - }, - { - "LocalSlot": "SpecularF0Input", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "SpecularF0Input" - } - } - ], - "PassData": { - "$type": "RasterPassData", - "DrawListTag": "reflectionproberenderinner", - "PipelineViewTag": "MainCamera", - "PassSrgShaderAsset": { - "FilePath": "Shaders/Reflections/ReflectionProbeRenderInner.shader" - } - } - }, - { - // Using cut-down version of screen space reflection for handling the attachment format compatibility issues. - // This is used for mobile devices with limited capabilities. - "Name": "ReflectionScreenSpaceMobilePass", - "TemplateName": "ReflectionScreenSpaceMobilePassTemplate", - "Enabled": false, - "Connections": [ - { - "LocalSlot": "ReflectionInputOutput", - "AttachmentRef": { - "Pass": "ReflectionProbeRenderInnerPass", - "Attachment": "ReflectionInputOutput" - } - }, - { - "LocalSlot": "NormalInput", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "NormalInput" - } - }, - { - "LocalSlot": "DepthStencilInput", - "AttachmentRef": { - "Pass": "ReflectionProbeStencilPass", - "Attachment": "DepthStencilInputOutput" - - } - }, - { - "LocalSlot": "SpecularF0Input", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "SpecularF0Input" - } - }, - { - "LocalSlot": "SpecularInput", - "AttachmentRef": { - "Pass": "Parent", - "Attachment": "SpecularInputOutput" - } - } - ] - } - ] - } - } -} -