Class BurstCompilerService
Namespace: Unity.Burst.LowLevel
Syntax
public static class BurstCompilerService
Methods
GetOrCreateSharedMemory(ref Hash128, UInt32, UInt32)
Declaration
public static void *GetOrCreateSharedMemory(ref Hash128 subKey, uint sizeOf, uint alignment)
Parameters
| Type | Name | Description |
|---|---|---|
| Hash128 | subKey | |
| UInt32 | sizeOf | |
| UInt32 | alignment |
Returns
| Type | Description |
|---|---|
| Void* |