123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "HairDepthToLinearTemplate",
- "PassClass": "FullScreenTriangle",
- "Slots": [
- {
- "Name": "Input",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader",
- "ImageViewDesc": {
- "AspectFlags": [
- "Depth"
- ]
- }
- },
- {
- "Name": "Output",
- "SlotType": "Output",
- "ScopeAttachmentUsage": "RenderTarget",
- "LoadStoreAction": {
- "LoadAction": "DontCare"
- }
- }
- ],
- "PassData": {
- "$type": "FullscreenTrianglePassData",
- "ShaderAsset": {
- "FilePath": "Shaders/PostProcessing/DepthToLinearDepth.shader"
- },
- "BindViewSrg": true
- }
- }
- }
- }
|