Files
2021-04-23 09:43:40 -07:00

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"
}
]
}
}
}