Constructor SparseUploader
SparseUploader(GraphicsBuffer, int)
Constructs a new sparse uploader with the specified buffer as the target.
Declaration
public SparseUploader(GraphicsBuffer destinationBuffer, int bufferChunkSize = 16777216)
Parameters
Type | Name | Description |
---|---|---|
GraphicsBuffer | destinationBuffer | The target buffer to write uploads into. |
int | bufferChunkSize | The upload buffer chunk size. |