Struct GPUPrefixSum.SupportResources
Data structure containing the runtime resources that are bound by the command buffer.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public struct GPUPrefixSum.SupportResources
Properties
Name | Description |
---|---|
output | The prefix sum result. |
Methods
Name | Description |
---|---|
Create(int) | Allocate support resources to accomodate a max count. |
Dispose() | Dispose the supporting resources. |
Load(RenderGraphResources) | Load supporting resources from Render Graph Resources. |