1234567891011121314151617181920212223242526272829303132333435 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "TerrainClipmapDebugPassTemplate",
- "PassClass": "TerrainClipmapDebugPass",
- "PassData": {
- "$type": "FullscreenTrianglePassData",
- "ShaderAsset": {
- "FilePath": "Shaders/Terrain/TerrainClipmapDebugPass.shader"
- },
- "BindViewSrg": true
- },
- "Slots": [
- {
- "Name": "InputOutput",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "RenderTarget"
- }
- ],
- "Connections": [
- {
- "LocalSlot": "InputOutput",
- "AttachmentRef": {
- "Pass": "DebugOverlayPass",
- "Attachment": "InputOutput"
- }
- }
- ]
- }
- }
- }
|