docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SparseUploaderStats

    Represents SparseUploader statistics.

    Namespace: Unity.Rendering
    Assembly: Unity.Entities.Graphics.dll
    Syntax
    public struct SparseUploaderStats

    Fields

    BytesGPUMemoryUploadedCurr

    The amount of memory the SparseUploader used to upload during the current frame.

    Declaration
    public long BytesGPUMemoryUploadedCurr
    Field Value
    Type Description
    long

    BytesGPUMemoryUploadedMax

    The highest amount of memory the SparseUploader used for upload during a previous frame.

    Declaration
    public long BytesGPUMemoryUploadedMax
    Field Value
    Type Description
    long

    BytesGPUMemoryUsed

    The amount of GPU memory the SparseUploader uses internally.

    Declaration
    public long BytesGPUMemoryUsed
    Field Value
    Type Description
    long
    Remarks

    This value doesn't include memory in the managed GPU buffer that you pass into the SparseUploader on construction, or when you use SparseUploader.ReplaceBuffer.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)