---
title: TextureResource.MipmapsMode.none
framework: realitykit
role: symbol
role_heading: Case
path: realitykit/textureresource/mipmapsmode/none
---

# TextureResource.MipmapsMode.none

Do not allocate mipmaps for the texture resource.

## Declaration

```swift
case none
```

## See Also

### Specifying allocation and generation

- [TextureResource.MipmapsMode.allocateAll](realitykit/textureresource/mipmapsmode/allocateall.md)
- [TextureResource.MipmapsMode.allocateAndGenerateAll](realitykit/textureresource/mipmapsmode/allocateandgenerateall.md)
