Struct SparseUploaderStats
Represents SparseUploader statistics.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct SparseUploaderStats
Fields
| Name | Description |
|---|---|
| BytesGPUMemoryUploadedCurr | The amount of memory the SparseUploader used to upload during the current frame. |
| BytesGPUMemoryUploadedMax | The highest amount of memory the SparseUploader used for upload during a previous frame. |
| BytesGPUMemoryUsed | The amount of GPU memory the SparseUploader uses internally. |