Removed unused SsaoHalfRes pass
Signed-off-by: antonmic <56370189+antonmic@users.noreply.github.com>
This commit is contained in:
@@ -1,88 +0,0 @@
|
||||
{
|
||||
"Type": "JsonSerialization",
|
||||
"Version": 1,
|
||||
"ClassName": "PassAsset",
|
||||
"ClassData": {
|
||||
"PassTemplate": {
|
||||
"Name": "SsaoHalfResTemplate",
|
||||
"PassClass": "ParentPass",
|
||||
"Slots": [
|
||||
{
|
||||
"Name": "LinearDepth",
|
||||
"SlotType": "Input",
|
||||
"ScopeAttachmentUsage": "Shader"
|
||||
},
|
||||
{
|
||||
"Name": "Output",
|
||||
"SlotType": "Output",
|
||||
"ScopeAttachmentUsage": "Shader"
|
||||
}
|
||||
],
|
||||
"Connections": [
|
||||
{
|
||||
"LocalSlot": "Output",
|
||||
"AttachmentRef": {
|
||||
"Pass": "Upsample",
|
||||
"Attachment": "Output"
|
||||
}
|
||||
}
|
||||
],
|
||||
"PassRequests": [
|
||||
{
|
||||
"Name": "DepthDownsample",
|
||||
"TemplateName": "DepthDownsampleTemplate",
|
||||
"Connections": [
|
||||
{
|
||||
"LocalSlot": "FullResDepth",
|
||||
"AttachmentRef": {
|
||||
"Pass": "Parent",
|
||||
"Attachment": "LinearDepth"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "DownsampledSsao",
|
||||
"TemplateName": "SsaoParentTemplate",
|
||||
"Connections": [
|
||||
{
|
||||
"LocalSlot": "LinearDepth",
|
||||
"AttachmentRef": {
|
||||
"Pass": "DepthDownsample",
|
||||
"Attachment": "HalfResDepth"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Upsample",
|
||||
"TemplateName": "DepthUpsampleTemplate",
|
||||
"Enabled": true,
|
||||
"Connections": [
|
||||
{
|
||||
"LocalSlot": "FullResDepth",
|
||||
"AttachmentRef": {
|
||||
"Pass": "Parent",
|
||||
"Attachment": "LinearDepth"
|
||||
}
|
||||
},
|
||||
{
|
||||
"LocalSlot": "HalfResDepth",
|
||||
"AttachmentRef": {
|
||||
"Pass": "DepthDownsample",
|
||||
"Attachment": "HalfResDepth"
|
||||
}
|
||||
},
|
||||
{
|
||||
"LocalSlot": "HalfResSource",
|
||||
"AttachmentRef": {
|
||||
"Pass": "DownsampledSsao",
|
||||
"Attachment": "Output"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -205,7 +205,6 @@ set(FILES
|
||||
Passes/SMAAEdgeDetection.pass
|
||||
Passes/SMAANeighborhoodBlending.pass
|
||||
Passes/SsaoCompute.pass
|
||||
Passes/SsaoHalfRes.pass
|
||||
Passes/SsaoParent.pass
|
||||
Passes/SubsurfaceScattering.pass
|
||||
Passes/Taa.pass
|
||||
|
||||
Reference in New Issue
Block a user