Merge pull request #6088 from aws-lumberyard-dev/Atom/antonmic/DepthOfFieldVulkanFix

Atom/antonmic/depth of field vulkan fix
This commit is contained in:
antonmic
2021-12-02 11:26:50 -08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -11,6 +11,11 @@
"Name": "Depth",
"SlotType": "Input",
"ScopeAttachmentUsage": "Shader",
"ImageViewDesc": {
"AspectFlags": [
"Depth"
]
},
"ShaderImageDimensionsConstant": "m_fullResDimensions"
},
{
@@ -26,6 +26,7 @@ partial ShaderResourceGroup ViewSrg
// circle of confusion to screen ratio;
float m_cocToScreenRatio;
[[pad_to(16)]]
};