diff --git a/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h b/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h index d2bb4b4963..6710633547 100644 --- a/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h +++ b/Gems/Atom/Feature/Common/Code/Source/CoreLights/DepthExponentiationPass.h @@ -52,12 +52,12 @@ namespace AZ // RPI::Pass overrides... void BuildInternal() override; void FrameBeginInternal(FramePrepareParams params) override; - + // Scope producer functions... void CompileResources(const RHI::FrameGraphCompileContext& context) override; void BuildCommandListInternal(const RHI::FrameGraphExecuteContext& context) override; - + void InitializeShaderOption(); void SetShaderVariantKeyFallbackValue();