Struct GPUPrefixSum.LevelOffsets
Structure defining level offsets.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "/Users/robje/Library/Application Support/Unity/Editor/documentation/build/com.unity.render-pipelines.core@16.0/Library/PackageCache/com.unity.render-pipelines.core@16.0.6/Runtime/Utilities/GPUPrefixSum/GPUPrefixSum.Data.cs")]
public struct GPUPrefixSum.LevelOffsets
Fields
count
Number of levels.
Declaration
public uint count
Field Value
Type | Description |
---|---|
uint |
offset
Level offset.
Declaration
public uint offset
Field Value
Type | Description |
---|---|
uint |
parentOffset
Parent level offset.
Declaration
public uint parentOffset
Field Value
Type | Description |
---|---|
uint |