Struct GPUPrefixSum.RenderGraphResources
Utility for adapting to render graph usage.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public struct GPUPrefixSum.RenderGraphResources
Properties
| Name | Description |
|---|---|
| output | The prefix sum result. |
Methods
| Name | Description |
|---|---|
| Create(int, RenderGraph, RenderGraphBuilder, bool) | Creates the render graph buffer resources from an input count. |