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

70 lines
2.1 KiB
Plaintext

{
"Type": "JsonSerialization",
"Version": 1,
"ClassName": "PassAsset",
"ClassData": {
"PassTemplate": {
"Name": "SubsurfaceScatteringPassTemplate",
"PassClass": "SubsurfaceScatteringPass",
"Slots": [
{
"Name": "InputDiffuse",
"SlotType": "Input",
"ScopeAttachmentUsage": "Shader"
},
{
"Name": "InputLinearDepth",
"SlotType": "Input",
"ScopeAttachmentUsage": "Shader"
},
{
"Name": "InputScatterDistance",
"SlotType": "Input",
"ScopeAttachmentUsage": "Shader"
},
{
"Name": "Output",
"SlotType": "Output",
"ScopeAttachmentUsage": "Shader",
"LoadStoreAction": {
"LoadAction": "Clear"
}
}
],
"ImageAttachments": [
{
"Name": "FilteredOutput",
"SizeSource": {
"Source": {
"Pass": "This",
"Attachment": "InputDiffuse"
}
},
"FormatSource": {
"Pass": "This",
"Attachment": "InputDiffuse"
},
"ImageDescriptor": {
"SharedQueueMask": 3
}
}
],
"Connections": [
{
"LocalSlot": "Output",
"AttachmentRef": {
"Pass": "This",
"Attachment": "FilteredOutput"
}
}
],
"FallbackConnections": [
{
"Input" : "InputDiffuse",
"Output" : "Output"
}
]
}
}
}