Fix for dx12 validation spam
Signed-off-by: mrieggeramzn <mriegger@amazon.com>
This commit is contained in:
@@ -25,7 +25,12 @@
|
||||
{
|
||||
"Name": "DepthStencilInput",
|
||||
"SlotType": "Input",
|
||||
"ScopeAttachmentUsage": "DepthStencil"
|
||||
"ScopeAttachmentUsage": "DepthStencil",
|
||||
"ImageViewDesc": {
|
||||
"AspectFlags": [
|
||||
"Depth"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "Output",
|
||||
|
||||
Reference in New Issue
Block a user