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
|