Table of Contents

Property FreeMemorySize

Namespace
LMKit.Graphics.Gpu
Assembly
LM-Kit.NET.dll

FreeMemorySize

Gets the free memory size of the GPU in bytes.

public ulong FreeMemorySize { get; }

Property Value

ulong

Examples

Getting Free Memory Size

ulong freeMemory = deviceInfo.FreeMemorySize;
Console.WriteLine($"Free Memory: {freeMemory} bytes");