---
title: pixelsWide
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsopenglpixelbuffer/pixelswide
---

# pixelsWide

The width of the OpenGL pixel buffer’s texture, in pixels.

## Declaration

```occ
@property (readonly) GLsizei pixelsWide;
```

## Return Value

Return Value The width of the texture (in pixels).

## See Also

### Getting OpenGL Pixel Buffer Information

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