# openGLRequireES31

> Deprecated. OpenGL ES 3.1 is the minimum supported API version on Android. This setting has no effect on the selected OpenGL ES API or shader version. Use the Use OpenGL ES 3.0 shaders setting in the Android Player settings instead.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** OpenGL ES 3.1 is now the Android minimum supported version; this setting has no effect.

```csharp
public static bool openGLRequireES31 { get; set; }
```
