Search Results for

    Show / Hide Table of Contents

    Class ProfilingTools.MemoryStatsGPU

    The GPU memory stats.

    Inheritance
    System.Object
    ProfilingTools.MemoryStatsGPU
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class MemoryStatsGPU : ValueType

    Fields

    Total

    The total amount of memory in bytes (as reported by the driver).

    Declaration
    public ulong Total
    Field Value
    System.UInt64

    Used

    The used by the game amount of memory in bytes (estimated).

    Declaration
    public ulong Used
    Field Value
    System.UInt64

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat