123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "RayTracingAmbientOcclusionPassTemplate",
- "PassClass": "RayTracingAmbientOcclusionPass",
- "Slots": [
- {
- "Name": "InputDepth",
- "ShaderInputName": "m_depth",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader",
- "ImageViewDesc": {
- "AspectFlags": [
- "Depth"
- ]
- }
- },
- {
- "Name": "WorldNormal",
- "ShaderInputName": "m_worldNormalMap",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "OutputAO",
- "ShaderInputName": "m_outputAO",
- "SlotType": "Output",
- "ScopeAttachmentUsage": "Shader",
- "LoadStoreAction": {
- "ClearValue": {
- "Value": [
- 0.5,
- 0.0,
- 0.0,
- {}
- ]
- },
- "LoadAction": "Clear",
- "LoadActionStencil": "Clear"
- }
- }
- ],
- "ImageAttachments": [
- {
- "Name": "OutputAOImage",
- "SizeSource": {
- "Source": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- },
- "FormatSource": {
- "Pass": "Parent",
- "Attachment": "PipelineOutput"
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "OutputAO",
- "AttachmentRef": {
- "Pass": "This",
- "Attachment": "OutputAOImage"
- }
- }
- ]
- }
- }
- }
|