docs.unity3d.com
    Show / Hide Table of Contents

    Struct SparseUploaderStats

    Represents SparseUploader statistics.

    Namespace: Unity.Rendering
    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
    Int64

    BytesGPUMemoryUploadedMax

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

    Declaration
    public long BytesGPUMemoryUploadedMax
    Field Value
    Type Description
    Int64

    BytesGPUMemoryUsed

    The amount of GPU memory the SparseUploader uses internally.

    Declaration
    public long BytesGPUMemoryUsed
    Field Value
    Type Description
    Int64
    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023