Searched refs:currentRenderPostProcessConfiguration_ (Results 1 – 2 of 2) sorted by relevance
48 …geDesc& dstImageDesc, const RenderPostProcessConfiguration& currentRenderPostProcessConfiguration_) in FillPushConstant() argument59 pushData.flags = currentRenderPostProcessConfiguration_.flags; in FillPushConstant()60 …pushData.tonemap = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::INDEX_… in FillPushConstant()61 …pushData.vignette = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::INDEX… in FillPushConstant()62 …pushData.colorFringe = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::IN… in FillPushConstant()63 …pushData.dither = currentRenderPostProcessConfiguration_.factors[PostProcessConfiguration::INDEX_D… in FillPushConstant()133 FillPushConstant(dstImageDesc, currentRenderPostProcessConfiguration_); in ExecuteFrame()154 currentRenderPostProcessConfiguration_ = renderPostProcessConfiguration; in CheckForPsoSpecilization()
88 RenderPostProcessConfiguration currentRenderPostProcessConfiguration_; variable