123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "DiffuseGlobalIlluminationPassTemplate",
- "PassClass": "ParentPass",
- "Slots": [
- {
- "Name": "AlbedoInput",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "NormalInput",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "DiffuseInputOutput",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "RenderTarget"
- },
- {
- "Name": "DepthStencilInputOutput",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "DepthStencil"
- },
- {
- "Name": "IrradianceOutput",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "RenderTarget",
- "LoadStoreAction": {
- "ClearValue": {
- "Value": [
- 0.0,
- 0.0,
- 0.0,
- 0.0
- ]
- },
- "LoadAction": "Clear"
- }
- },
- {
- "Name": "QueryOutput",
- "SlotType": "Output",
- "ScopeAttachmentUsage": "Shader",
- "LoadStoreAction": {
- "ClearValue": {
- "Value": [
- 0.0,
- 0.0,
- 0.0,
- 0.0
- ]
- },
- "LoadAction": "Clear"
- }
- }
- ],
- "ImageAttachments": [
- {
- "Name": "IrradianceImage",
- "SizeSource": {
- "Source": {
- "Pass": "This",
- "Attachment": "NormalInput"
- },
- "Multipliers": {
- "WidthMultiplier": 0.25,
- "HeightMultiplier": 0.25
- }
- },
- "MultisampleSource": {
- "Pass": "This",
- "Attachment": "NormalInput"
- },
- "ImageDescriptor": {
- "Format": "R16G16B16A16_FLOAT",
- "SharedQueueMask": "Graphics"
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "IrradianceOutput",
- "AttachmentRef": {
- "Pass": "This",
- "Attachment": "IrradianceImage"
- }
- },
- {
- "LocalSlot": "QueryOutput",
- "AttachmentRef": {
- "Pass": "DiffuseProbeGridQueryPass",
- "Attachment": "Output"
- }
- }
- ],
- "PassRequests": [
- {
- "Name": "DiffuseProbeGridDownsamplePass",
- "TemplateName": "DiffuseProbeGridDownsamplePassTemplate",
- "Connections": [
- {
- "LocalSlot": "NormalInput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "NormalInput"
- }
- },
- {
- "LocalSlot": "DepthStencilTextureInput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "DepthStencilInputOutput"
- }
- }
- ]
- },
- {
- "Name": "DiffuseProbeGridRenderPass",
- "TemplateName": "DiffuseProbeGridRenderPassTemplate",
- "Connections": [
- {
- "LocalSlot": "NormalInput",
- "AttachmentRef": {
- "Pass": "DiffuseProbeGridDownsamplePass",
- "Attachment": "DownsampledNormalOutput"
- }
- },
- {
- "LocalSlot": "DepthStencilInput",
- "AttachmentRef": {
- "Pass": "DiffuseProbeGridDownsamplePass",
- "Attachment": "DownsampledDepthOutput"
- }
- },
- {
- "LocalSlot": "DepthStencilTextureInput",
- "AttachmentRef": {
- "Pass": "DiffuseProbeGridDownsamplePass",
- "Attachment": "DownsampledDepthOutput"
- }
- },
- {
- "LocalSlot": "Output",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "IrradianceOutput"
- }
- }
- ]
- },
- {
- "Name": "DiffuseCompositePass",
- "TemplateName": "DiffuseCompositePassTemplate",
- "Connections": [
- {
- "LocalSlot": "DownsampledIrradianceInput",
- "AttachmentRef": {
- "Pass": "DiffuseProbeGridRenderPass",
- "Attachment": "Output"
- }
- },
- {
- "LocalSlot": "DownsampledDepthStencilTextureInput",
- "AttachmentRef": {
- "Pass": "DiffuseProbeGridDownsamplePass",
- "Attachment": "DownsampledDepthOutput"
- }
- },
- {
- "LocalSlot": "DownsampledNormalInput",
- "AttachmentRef": {
- "Pass": "DiffuseProbeGridDownsamplePass",
- "Attachment": "DownsampledNormalOutput"
- }
- },
- {
- "LocalSlot": "AlbedoInput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "AlbedoInput"
- }
- },
- {
- "LocalSlot": "NormalInput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "NormalInput"
- }
- },
- {
- "LocalSlot": "DepthStencilTextureInput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "DepthStencilInputOutput"
- }
- },
- {
- "LocalSlot": "DiffuseInputOutput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "DiffuseInputOutput"
- }
- },
- {
- "LocalSlot": "DepthStencilInputOutput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "DepthStencilInputOutput"
- }
- }
- ]
- },
- {
- "Name": "DiffuseProbeGridQueryPass",
- "TemplateName": "DiffuseProbeGridQueryPassTemplate"
- }
- ]
- }
- }
- }
-
|