---
title: MPSStateResourceList
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpsstateresourcelist
---

# MPSStateResourceList

An interface for objects that define resources for Metal Performance Shaders state containers.

## Declaration

```swift
class MPSStateResourceList
```

## Topics

### Initializers

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

### Instance Methods

- [appendBuffer(_:)](metalperformanceshaders/mpsstateresourcelist/appendbuffer(_:).md)
- [appendTexture(_:)](metalperformanceshaders/mpsstateresourcelist/appendtexture(_:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
