Merge pull request #6088 from aws-lumberyard-dev/Atom/antonmic/DepthOfFieldVulkanFix
Atom/antonmic/depth of field vulkan fix
This commit is contained in:
@@ -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)]]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user