# maxGraphicsBufferSize

> The maximum size of a graphics buffer ( GraphicsBuffer, ComputeBuffer, vertex/index buffer, etc.) in bytes (Read Only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Device](/engine/6000.6/script-reference/unityengine/device.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static long maxGraphicsBufferSize { get; }
```

### Remarks

This property has the same functionality as [SystemInfo.maxGraphicsBufferSize](/engine/6000.6/script-reference/unityengine/systeminfo/maxgraphicsbuffersize.md), and also mimics platform-specific behavior in the Unity Editor.
