12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "TwoPassesPipelineTemplate",
- "PassClass": "ParentPass",
- "Slots": [
- {
- "Name": "PipelineOutput",
- "SlotType": "InputOutput"
- }
- ],
- "PassData": {
- "$type": "PassData",
- "PipelineGlobalConnections": [
- {
- "GlobalName": "PipelineOutput",
- "Slot": "PipelineOutput"
- }
- ]
- },
- "PassRequests": [
- {
- "Name": "ForwardPass",
- "TemplateName": "ForwardPassExampleTemplate",
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "multiViewForward",
- "BindViewSrg": true,
- "PassSrgShaderAsset": {
- "FilePath": "Shaders/ForwardPassSrg.shader"
- }
- }
- },
- {
- "Name": "SkyBoxPass",
- "TemplateName": "MultiViewSkyBoxTemplate",
- "Enabled": true,
- "Connections": [
- {
- "LocalSlot": "SpecularInputOutput",
- "AttachmentRef": {
- "Pass": "ForwardPass",
- "Attachment": "LightingOutput"
- }
- },
- {
- "LocalSlot": "SkyBoxDepth",
- "AttachmentRef": {
- "Pass": "ForwardPass",
- "Attachment": "DepthOutput"
- }
- }
- ]
- }
- ]
- }
- }
- }
|