# supportsMemorylessTextures

> A boolean property that indicates whether memoryless textures are supported ( true if supported, false if not supported).

## Definition

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

```csharp
public static bool supportsMemorylessTextures { get; }
```

### Remarks

Memoryless textures are only supported with some graphics APIs.
