# Sandbox.Graphics.IsAvailable

```csharp
static bool IsAvailable { get; set; }
```

Whether the initialized renderer supports GPU operations. False before initialization,
after shutdown, and when using the empty renderer.

Declared in [Sandbox.Graphics](/api/Sandbox.Graphics).
Assembly: `Sandbox.Engine`.
