Fix for dx12 validation spam

Signed-off-by: mrieggeramzn <mriegger@amazon.com>
This commit is contained in:
mrieggeramzn
2021-12-13 22:43:41 -08:00
parent d951e1f652
commit 82e731b1c0
@@ -25,7 +25,12 @@
{
"Name": "DepthStencilInput",
"SlotType": "Input",
"ScopeAttachmentUsage": "DepthStencil"
"ScopeAttachmentUsage": "DepthStencil",
"ImageViewDesc": {
"AspectFlags": [
"Depth"
]
}
},
{
"Name": "Output",