---
title: textureMaxMipMapLevel
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsopenglpixelbuffer/texturemaxmipmaplevel
---

# textureMaxMipMapLevel

The maximum mipmap level of the OpenGL pixel buffer’s texture.

## Declaration

```occ
@property (readonly) GLint textureMaxMipMapLevel;
```

## Return Value

Return Value The maximum mipmap level.

## See Also

### Getting OpenGL Pixel Buffer Information

- [CGLPBufferObj](appkit/nsopenglpixelbuffer/cglpbufferobj.md)
- [pixelsHigh](appkit/nsopenglpixelbuffer/pixelshigh.md)
- [pixelsWide](appkit/nsopenglpixelbuffer/pixelswide.md)
- [textureInternalFormat](appkit/nsopenglpixelbuffer/textureinternalformat.md)
- [textureTarget](appkit/nsopenglpixelbuffer/texturetarget.md)
