Method StaticInitialize
StaticInitialize(byte*, int, NetworkSettings)
Initialize the static storage for the pipeline from the settings. More importantly, this method is responsible for providing the NetworkPipelineStage structure, which contains function pointers for most of the pipeline stage functionality.
Declaration
public NetworkPipelineStage StaticInitialize(byte* staticInstanceBuffer, int staticInstanceBufferLength, NetworkSettings settings)
Parameters
Type | Name | Description |
---|---|---|
byte* | staticInstanceBuffer | Static storage pointer. |
int | staticInstanceBufferLength | Static storage length. |
NetworkSettings | settings | Settings provided to the driver. |
Returns
Type | Description |
---|---|
NetworkPipelineStage | Runtime information for a pipeline instance. |