Struct Scheduler.SortSubArraysJob
Syntax
public struct SortSubArraysJob : IJobParallelFor
Fields
InOutArray
Declaration
public NativeArray<Scheduler.DispatchPair> InOutArray
Field Value
NextElementIndex
Declaration
public NativeArray<int> NextElementIndex
Field Value
| Type |
Description |
| NativeArray<System.Int32> |
|
Methods
DefaultSortOfSubArrays(UInt64*, Int32, Int32)
Declaration
public static void DefaultSortOfSubArrays(ulong *inOutArray, int startIndex, int length)
Parameters
| Type |
Name |
Description |
| System.UInt64* |
inOutArray |
|
| System.Int32 |
startIndex |
|
| System.Int32 |
length |
|
Execute(Int32)
Declaration
public void Execute(int workItemIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
workItemIndex |
|