Method Burst
Burst(T)
returns a wrapped Burst compiled function pointer
Declaration
public static TransportFunctionPointer<T> Burst(T burstCompilableDelegate)
Parameters
Type | Name | Description |
---|---|---|
T | burstCompilableDelegate | The burst compilable delegate |
Returns
Type | Description |
---|---|
TransportFunctionPointer<T> | A transport function pointer of t |