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/EsmShadowmaps.pass

85 lines
2.8 KiB
Plaintext

{
"Type": "JsonSerialization",
"Version": 1,
"ClassName": "PassAsset",
"ClassData": {
"PassTemplate": {
"Name": "EsmShadowmapsTemplate",
"PassClass": "EsmShadowmapsPass",
"Slots": [
{
"Name": "DepthShadowmaps",
"SlotType": "Input",
"ScopeAttachmentUsage": "Shader",
"LoadStoreAction": {
"LoadAction": "Load",
"StoreAction": "DontCare"
}
},
{
"Name": "EsmShadowmaps",
"SlotType": "Output",
"ScopeAttachmentUsage": "Shader",
"LoadStoreAction": {
"LoadAction": "DontCare",
"StoreAction": "Store"
}
}
],
"PassRequests": [
{
"Name": "Exponentiation",
"TemplateName": "DepthExponentiationTemplate",
"Connections": [
{
"LocalSlot": "Depth",
"AttachmentRef": {
"Pass": "Parent",
"Attachment": "DepthShadowmaps"
}
}
]
},
{
"Name": "KawaseBlur0",
"TemplateName": "KawaseShadowBlurTemplate",
"Enabled": true,
"Connections": [
{
"LocalSlot": "Input",
"AttachmentRef": {
"Pass": "Exponentiation",
"Attachment": "Exponent"
}
}
]
},
{
"Name": "KawaseBlur1",
"TemplateName": "KawaseShadowBlurTemplate",
"Enabled": true,
"Connections": [
{
"LocalSlot": "Input",
"AttachmentRef": {
"Pass": "KawaseBlur0",
"Attachment": "Output"
}
}
]
}
],
"Connections": [
{
"LocalSlot": "EsmShadowmaps",
"AttachmentRef": {
"Pass": "KawaseBlur1",
"Attachment": "Output"
}
}
]
}
}
}