maxGraphicsBufferSize
The maximum size of a graphics buffer ( GraphicsBuffer, ComputeBuffer, vertex/index buffer, etc.) in bytes (Read Only).
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Device
- Assembly: UnityEngine.CoreModule
public static long maxGraphicsBufferSize { get; }
Remarks
This property has the same functionality as SystemInfo.maxGraphicsBufferSize, and also mimics platform-specific behavior in the Unity Editor.