123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "ComplexPipeline",
- "PassClass": "ParentPass",
- "Slots": [
- {
- "Name": "PipelineOutput",
- "SlotType": "InputOutput"
- }
- ],
- "PassData": {
- "$type": "PassData",
- "PipelineGlobalConnections": [
- {
- "GlobalName": "PipelineOutput",
- "Slot": "PipelineOutput"
- }
- ]
- },
- "PassRequests": [
- {
- "Name": "MorphTargetPass",
- "TemplateName": "MorphTargetPassTemplate"
- },
- {
- "Name": "SkinningPass",
- "TemplateName": "SkinningPassTemplate",
- "Connections": [
- {
- "LocalSlot": "SkinnedMeshOutputStream",
- "AttachmentRef": {
- "Pass": "MorphTargetPass",
- "Attachment": "MorphTargetDeltaOutput"
- }
- }
- ]
- },
- {
- "Name": "CascadedShadowmapsPass",
- "TemplateName": "CascadedShadowmapsTemplate",
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "shadow",
- "PipelineViewTag": "DirectionalLightView"
- },
- "Connections": [
- {
- "LocalSlot": "SkinnedMeshes",
- "AttachmentRef": {
- "Pass": "SkinningPass",
- "Attachment": "SkinnedMeshOutputStream"
- }
- }
- ]
- },
- {
- "Name": "ProjectedShadowmapsPass",
- "TemplateName": "ProjectedShadowmapsTemplate",
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "shadow",
- "PipelineViewTag": "ProjectedShadowView"
- },
- "Connections": [
- {
- "LocalSlot": "SkinnedMeshes",
- "AttachmentRef": {
- "Pass": "SkinningPass",
- "Attachment": "SkinnedMeshOutputStream"
- }
- }
- ]
- },
- {
- "Name": "EsmShadowmapsPassDirectional",
- "TemplateName": "EsmShadowmapsTemplate",
- "PassData": {
- "$type": "EsmShadowmapsPassData",
- "LightType": "directional"
- },
- "Connections": [
- {
- "LocalSlot": "DepthShadowmaps",
- "AttachmentRef": {
- "Pass": "CascadedShadowmapsPass",
- "Attachment": "Shadowmap"
- }
- }
- ]
- },
- {
- "Name": "EsmShadowmapsPassProjected",
- "TemplateName": "EsmShadowmapsTemplate",
- "PassData": {
- "$type": "EsmShadowmapsPassData",
- "LightType": "projected"
- },
- "Connections": [
- {
- "LocalSlot": "DepthShadowmaps",
- "AttachmentRef": {
- "Pass": "ProjectedShadowmapsPass",
- "Attachment": "Shadowmap"
- }
- }
- ]
- },
- {
- "Name": "DepthMSAAPass",
- "TemplateName": "DepthMSAA4xPassTemplate",
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "depth",
- "PipelineViewTag": "MainCamera"
- },
- "Connections": [
- {
- "LocalSlot": "SkinnedMeshes",
- "AttachmentRef": {
- "Pass": "SkinningPass",
- "Attachment": "SkinnedMeshOutputStream"
- }
- }
- ]
- },
- {
- "Name": "LightCullingTilePreparePass",
- "TemplateName": "LightCullingTilePrepareMSAATemplate",
- "Connections": [
- {
- "LocalSlot": "Depth",
- "AttachmentRef": {
- "Pass": "DepthMSAAPass",
- "Attachment": "Output"
- }
- }
- ]
- },
- {
- "Name": "LightCullingPass",
- "TemplateName": "LightCullingTemplate",
- "Connections": [
- {
- "LocalSlot": "TileLightData",
- "AttachmentRef": {
- "Pass": "LightCullingTilePreparePass",
- "Attachment": "TileLightData"
- }
- }
- ]
- },
- {
- "Name": "LightCullingRemapPass",
- "TemplateName": "LightCullingRemapTemplate",
- "Connections": [
- {
- "LocalSlot": "TileLightData",
- "AttachmentRef": {
- "Pass": "LightCullingTilePreparePass",
- "Attachment": "TileLightData"
- }
- },
- {
- "LocalSlot": "LightCount",
- "AttachmentRef": {
- "Pass": "LightCullingPass",
- "Attachment": "LightCount"
- }
- },
- {
- "LocalSlot": "LightList",
- "AttachmentRef": {
- "Pass": "LightCullingPass",
- "Attachment": "LightList"
- }
- }
- ]
- },
- {
- "Name": "ForwardMSAAPass",
- "TemplateName": "ForwardMSAAPassTemplate",
- "Connections": [
- {
- "LocalSlot": "DirectionalLightShadowmap",
- "AttachmentRef": {
- "Pass": "CascadedShadowmapsPass",
- "Attachment": "Shadowmap"
- }
- },
- {
- "LocalSlot": "ExponentialShadowmapDirectional",
- "AttachmentRef": {
- "Pass": "EsmShadowmapsPassDirectional",
- "Attachment": "EsmShadowmaps"
- }
- },
- {
- "LocalSlot": "ProjectedLightShadowmap",
- "AttachmentRef": {
- "Pass": "ProjectedShadowmapsPass",
- "Attachment": "Shadowmap"
- }
- },
- {
- "LocalSlot": "ExponentialShadowmapProjected",
- "AttachmentRef": {
- "Pass": "EsmShadowmapsPassProjected",
- "Attachment": "EsmShadowmaps"
- }
- },
- {
- "LocalSlot": "DepthStencilInputOutput",
- "AttachmentRef": {
- "Pass": "DepthMSAAPass",
- "Attachment": "Output"
- }
- },
- {
- "LocalSlot": "TileLightData",
- "AttachmentRef": {
- "Pass": "LightCullingTilePreparePass",
- "Attachment": "TileLightData"
- }
- },
- {
- "LocalSlot": "LightListRemapped",
- "AttachmentRef": {
- "Pass": "LightCullingRemapPass",
- "Attachment": "LightListRemapped"
- }
- }
- ],
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "forward",
- "PipelineViewTag": "MainCamera",
- "PassSrgShaderAsset": {
- "FilePath": "Shaders/ForwardPassSrg.shader"
- }
- }
- },
- {
- "Name": "MSAAResolveColorPass",
- "TemplateName": "MSAAResolveColorTemplate",
- "Connections": [
- {
- "LocalSlot": "Input",
- "AttachmentRef": {
- "Pass": "ForwardMSAAPass",
- "Attachment": "DiffuseOutput"
- }
- }
- ]
- },
- {
- "Name": "MeshMotionVectorPass",
- "TemplateName": "MeshMotionVectorPassTemplate",
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "motion",
- "PipelineViewTag": "MainCamera"
- },
- "Connections": [
- {
- "LocalSlot": "SkinnedMeshes",
- "AttachmentRef": {
- "Pass": "SkinningPass",
- "Attachment": "SkinnedMeshOutputStream"
- }
- }
- ]
- },
- {
- "Name": "MonochromePass",
- "TemplateName": "MonochromeTemplate",
- "Connections": [
- {
- "LocalSlot": "Input",
- "AttachmentRef": {
- "Pass": "MSAAResolveColorPass",
- "Attachment": "Output"
- }
- }
- ]
- },
- {
- "Name": "CopyToSwapChain",
- "TemplateName": "FullscreenCopyTemplate",
- "Connections": [
- {
- "LocalSlot": "Input",
- "AttachmentRef": {
- "Pass": "MonochromePass",
- "Attachment": "Output"
- }
- },
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- }
- ]
- }
- ]
- }
- }
- }
|