---
title: MPSStateTextureInfo
framework: metalperformanceshaders
role: symbol
role_heading: Structure
path: metalperformanceshaders/mpsstatetextureinfo
---

# MPSStateTextureInfo

An encapsulation of a texture’s dimensions, format, type, and usage.

## Declaration

```swift
struct MPSStateTextureInfo
```

## Topics

### Initializers

- [init()](metalperformanceshaders/mpsstatetextureinfo/init().md)

### Instance Properties

- [arrayLength](metalperformanceshaders/mpsstatetextureinfo/arraylength.md)
- [depth](metalperformanceshaders/mpsstatetextureinfo/depth.md)
- [height](metalperformanceshaders/mpsstatetextureinfo/height.md)
- [pixelFormat](metalperformanceshaders/mpsstatetextureinfo/pixelformat.md)
- [textureType](metalperformanceshaders/mpsstatetextureinfo/texturetype.md)
- [usage](metalperformanceshaders/mpsstatetextureinfo/usage.md)
- [width](metalperformanceshaders/mpsstatetextureinfo/width.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Structures

- [MPSCustomKernelArgumentCount](metalperformanceshaders/mpscustomkernelargumentcount.md)
- [MPSCustomKernelInfo](metalperformanceshaders/mpscustomkernelinfo.md)
- [MPSCustomKernelSourceInfo](metalperformanceshaders/mpscustomkernelsourceinfo.md)
- [MPSDimensionSlice](metalperformanceshaders/mpsdimensionslice.md)
- [MPSImageCoordinate](metalperformanceshaders/mpsimagecoordinate.md)
- [MPSImageRegion](metalperformanceshaders/mpsimageregion.md)
- [MPSIntegerDivisionParams](metalperformanceshaders/mpsintegerdivisionparams.md)
- [MPSIntersectionDistance](metalperformanceshaders/mpsintersectiondistance.md)
- [MPSIntersectionDistancePrimitiveIndex](metalperformanceshaders/mpsintersectiondistanceprimitiveindex.md)
- [MPSIntersectionDistancePrimitiveIndexBufferIndex](metalperformanceshaders/mpsintersectiondistanceprimitiveindexbufferindex.md)
- [MPSIntersectionDistancePrimitiveIndexBufferIndexCoordinates](metalperformanceshaders/mpsintersectiondistanceprimitiveindexbufferindexcoordinates.md)
- [MPSIntersectionDistancePrimitiveIndexBufferIndexInstanceIndex](metalperformanceshaders/mpsintersectiondistanceprimitiveindexbufferindexinstanceindex.md)
- [MPSIntersectionDistancePrimitiveIndexBufferIndexInstanceIndexCoordinates](metalperformanceshaders/mpsintersectiondistanceprimitiveindexbufferindexinstanceindexcoordinates.md)
- [MPSIntersectionDistancePrimitiveIndexCoordinates](metalperformanceshaders/mpsintersectiondistanceprimitiveindexcoordinates.md)
- [MPSIntersectionDistancePrimitiveIndexInstanceIndex](metalperformanceshaders/mpsintersectiondistanceprimitiveindexinstanceindex.md)
