# npotSupport

> What NPOT (non-power of two size) texture support does the GPU provide? (Read Only)

## Definition

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

```csharp
public static NPOTSupport npotSupport { get; }
```

### Remarks

Additional Resources: [NPOTSupport](/engine/6000.0/script-reference/unityengine/npotsupport.md) enum.
