Struct SparseUploader
Syntax
public struct SparseUploader : IDisposable
Constructors
SparseUploader(ComputeBuffer)
Declaration
public SparseUploader(ComputeBuffer dst)
Parameters
Type |
Name |
Description |
ComputeBuffer |
dst |
|
Methods
Begin(Int32, Int32)
Declaration
public ThreadedSparseUploader Begin(int maxDataSizeInBytes, int maxOperationCount)
Parameters
Type |
Name |
Description |
Int32 |
maxDataSizeInBytes |
|
Int32 |
maxOperationCount |
|
Returns
Dispose()
Declaration
EndAndCommit(ThreadedSparseUploader)
Declaration
public void EndAndCommit(ThreadedSparseUploader tsu)
Parameters
Extension Methods