Struct GPUSort.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 GPUSort.SupportResources
Fields
Name | Description |
---|---|
sortBufferKeys | Sorted key buffer. |
sortBufferValues | Sorted values buffer. |
Methods
Name | Description |
---|---|
Dispose() | Dispose the supporting resources. |
Load(RenderGraphResources) | Load supporting resources from Render Graph Resources. |