You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/Feature/Common/Assets/Passes/DepthCheckerboard.pass

58 lines
1.8 KiB
Plaintext

{
"Type": "JsonSerialization",
"Version": 1,
"ClassName": "PassAsset",
"ClassData": {
"PassTemplate": {
"Name": "DepthCheckerboardPassTemplate",
"PassClass": "CheckerboardPass",
"Slots": [
{
"Name": "Output",
"SlotType": "Output",
"ScopeAttachmentUsage": "DepthStencil",
"LoadStoreAction": {
"ClearValue": {
"Type": "DepthStencil"
},
"LoadAction": "Clear",
"LoadActionStencil": "Clear"
}
},
{
"Name": "SkinnedMeshes",
"SlotType": "Input",
"ScopeAttachmentUsage": "InputAssembly"
}
],
"ImageAttachments": [
{
"Name": "DepthStencil",
"SizeSource": {
"Source": {
"Pass": "Parent",
"Attachment": "SwapChainOutput"
}
},
"ImageDescriptor": {
"Format": "D32_FLOAT_S8X24_UINT",
"MultisampleState": {
"samples": 2
},
"SharedQueueMask": "Graphics"
}
}
],
"Connections": [
{
"LocalSlot": "Output",
"AttachmentRef": {
"Pass": "This",
"Attachment": "DepthStencil"
}
}
]
}
}
}