1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "SubpassesPipelineTemplate",
- "PassClass": "ParentPass",
- "Slots": [
- {
- "Name": "PipelineOutput",
- "SlotType": "InputOutput"
- }
- ],
- "PassData": {
- "$type": "PassData",
- "PipelineGlobalConnections": [
- {
- "GlobalName": "PipelineOutput",
- "Slot": "PipelineOutput"
- }
- ]
- , "MergeChildrenAsSubpasses": true
- },
- "PassRequests": [
- {
- "Name": "ForwardSubpass",
- "TemplateName": "ForwardSubpassExampleTemplate",
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "multiViewForward",
- "BindViewSrg": true,
- "PassSrgShaderAsset": {
- "FilePath": "Shaders/ForwardPassSrg.shader"
- }
- }
- },
- {
- "Name": "SkyBoxSubpass",
- "TemplateName": "SkyBoxSubpassExampleTemplate",
- "Enabled": true,
- "Connections": [
- {
- "LocalSlot": "LightingOutput",
- "AttachmentRef": {
- "Pass": "ForwardSubpass",
- "Attachment": "LightingOutput"
- }
- },
- {
- "LocalSlot": "SkyBoxDepth",
- "AttachmentRef": {
- "Pass": "ForwardSubpass",
- "Attachment": "DepthOutput"
- }
- }
- ]
- }
- ]
- }
- }
- }
|