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

116 lines
4.2 KiB
Plaintext

{
"Type": "JsonSerialization",
"Version": 1,
"ClassName": "PassAsset",
"ClassData": {
"PassTemplate": {
"Name": "DebugOverlayParentTemplate",
"PassClass": "ParentPass",
"Slots": [
// Inputs...
{
"Name": "TileLightData",
"SlotType": "Input"
},
{
"Name": "RawLightingInput",
"SlotType": "Input"
},
{
"Name": "LuminanceMipChainInput",
"SlotType": "Input"
},
// Input/Outputs...
{
"Name": "InputOutput",
"SlotType": "InputOutput"
}
],
"PassRequests": [
{
"Name": "LightCullingHeatmapPass",
"TemplateName": "LightCullingHeatmapTemplate",
"Enabled": false,
"Connections": [
{
"LocalSlot": "TileLightData",
"AttachmentRef": {
"Pass": "Parent",
"Attachment": "TileLightData"
}
},
{
"LocalSlot": "ColorInputOutput",
"AttachmentRef": {
"Pass": "Parent",
"Attachment": "InputOutput"
}
}
],
"PassData": {
"$type": "RasterPassData",
"PipelineViewTag": "MainCamera"
}
},
{
"Name": "LuminanceHistogramGenerator",
"TemplateName": "LuminanceHistogramGeneratorTemplate",
"Enabled": false,
"Connections": [
{
"LocalSlot": "ColorInput",
"AttachmentRef": {
"Pass": "Parent",
"Attachment": "RawLightingInput"
}
}
],
"PassData": {
"$type": "RasterPassData",
"PipelineViewTag": "MainCamera"
}
},
{
"Name": "LuminanceHeatmap",
"TemplateName": "LuminanceHeatmapTemplate",
"Enabled": false,
"Connections": [
{
"LocalSlot": "ColorInput",
"AttachmentRef": {
"Pass": "Parent",
"Attachment": "RawLightingInput"
}
},
{
"LocalSlot": "SceneLuminanceInput",
"AttachmentRef": {
"Pass": "Parent",
"Attachment": "LuminanceMipChainInput"
}
},
{
"LocalSlot": "Histogram",
"AttachmentRef": {
"Pass": "LuminanceHistogramGenerator",
"Attachment": "Output"
}
},
{
"LocalSlot": "InputOutput",
"AttachmentRef": {
"Pass": "LightCullingHeatmapPass",
"Attachment": "ColorInputOutput"
}
}
],
"PassData": {
"$type": "RasterPassData",
"PipelineViewTag": "MainCamera"
}
}
]
}
}
}