Merge pull request #6401 from aws-lumberyard-dev/Atom/mriegger/stopdx12warnings

Fix for dx12 validation spam
This commit is contained in:
rgba16f
2021-12-14 17:45:58 -06:00
committed by GitHub
@@ -25,7 +25,12 @@
{
"Name": "DepthStencilInput",
"SlotType": "Input",
"ScopeAttachmentUsage": "DepthStencil"
"ScopeAttachmentUsage": "DepthStencil",
"ImageViewDesc": {
"AspectFlags": [
"Depth"
]
}
},
{
"Name": "Output",