# Sandbox.Graphics.VideoMemoryUsed

```csharp
static ulong VideoMemoryUsed { get; set; }
```

GPU video memory currently used by the engine's render system in bytes.
This includes textures, buffers, and all other GPU allocations tracked by the engine.

Declared in [Sandbox.Graphics](/api/Sandbox.Graphics).
Assembly: `Sandbox.Engine`.
