| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "DiffuseProbeGridRenderPassTemplate",
- "PassClass": "DiffuseProbeGridRenderPass",
- "Slots": [
- {
- "Name": "DepthStencilTextureInput",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader",
- "ImageViewDesc": {
- "AspectFlags": [
- "Depth"
- ]
- }
- },
- {
- "Name": "NormalInput",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "Shader"
- },
- {
- "Name": "DepthStencilInput",
- "SlotType": "Input",
- "ScopeAttachmentUsage": "DepthStencil",
- "ImageViewDesc": {
- "AspectFlags": [
- "Depth"
- ]
- }
- },
- {
- "Name": "Output",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "RenderTarget"
- }
- ],
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "diffuseprobegridrender",
- "BindViewSrg": true
- }
- }
- }
- }
|