---
title: TextureResource.Contents.MipmapLevel
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/textureresource/contents/mipmaplevel
---

# TextureResource.Contents.MipmapLevel

An object that references the pixel data for a single mipmap of a texture.

## Declaration

```swift
struct MipmapLevel
```

## Topics

### Creating a texture mipmap level

- [mip(data:bytesPerRow:)](realitykit/textureresource/contents/mipmaplevel/mip(data:bytesperrow:).md)
- [mip(data:bytesPerRow:bytesPerImage:)](realitykit/textureresource/contents/mipmaplevel/mip(data:bytesperrow:bytesperimage:).md)
- [mip(slices:)](realitykit/textureresource/contents/mipmaplevel/mip(slices:).md)
- [mip(unsafeBuffer:offset:size:bytesPerRow:)](realitykit/textureresource/contents/mipmaplevel/mip(unsafebuffer:offset:size:bytesperrow:).md)
- [mip(unsafeBuffer:offset:size:bytesPerRow:bytesPerImage:)](realitykit/textureresource/contents/mipmaplevel/mip(unsafebuffer:offset:size:bytesperrow:bytesperimage:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Defining the content

- [TextureResource.Contents.Slice](realitykit/textureresource/contents/slice.md)
