---
title: MTLMeshRenderPipelineDescriptor
framework: metal
role: symbol
role_heading: Class
path: metal/mtlmeshrenderpipelinedescriptor
---

# MTLMeshRenderPipelineDescriptor

An object that configures new render pipeline state objects for mesh shading.

## Declaration

```swift
class MTLMeshRenderPipelineDescriptor
```

## Topics

### Instance Properties

- [binaryArchives](metal/mtlmeshrenderpipelinedescriptor/binaryarchives.md)
- [colorAttachments](metal/mtlmeshrenderpipelinedescriptor/colorattachments.md)
- [depthAttachmentPixelFormat](metal/mtlmeshrenderpipelinedescriptor/depthattachmentpixelformat.md)
- [fragmentBuffers](metal/mtlmeshrenderpipelinedescriptor/fragmentbuffers.md)
- [fragmentFunction](metal/mtlmeshrenderpipelinedescriptor/fragmentfunction.md)
- [fragmentLinkedFunctions](metal/mtlmeshrenderpipelinedescriptor/fragmentlinkedfunctions.md)
- [isAlphaToCoverageEnabled](metal/mtlmeshrenderpipelinedescriptor/isalphatocoverageenabled.md)
- [isAlphaToOneEnabled](metal/mtlmeshrenderpipelinedescriptor/isalphatooneenabled.md)
- [isRasterizationEnabled](metal/mtlmeshrenderpipelinedescriptor/israsterizationenabled.md)
- [label](metal/mtlmeshrenderpipelinedescriptor/label.md)
- [maxTotalThreadgroupsPerMeshGrid](metal/mtlmeshrenderpipelinedescriptor/maxtotalthreadgroupspermeshgrid.md)
- [maxTotalThreadsPerMeshThreadgroup](metal/mtlmeshrenderpipelinedescriptor/maxtotalthreadspermeshthreadgroup.md)
- [maxTotalThreadsPerObjectThreadgroup](metal/mtlmeshrenderpipelinedescriptor/maxtotalthreadsperobjectthreadgroup.md)
- [maxVertexAmplificationCount](metal/mtlmeshrenderpipelinedescriptor/maxvertexamplificationcount.md)
- [meshBuffers](metal/mtlmeshrenderpipelinedescriptor/meshbuffers.md)
- [meshFunction](metal/mtlmeshrenderpipelinedescriptor/meshfunction.md)
- [meshLinkedFunctions](metal/mtlmeshrenderpipelinedescriptor/meshlinkedfunctions.md)
- [meshThreadgroupSizeIsMultipleOfThreadExecutionWidth](metal/mtlmeshrenderpipelinedescriptor/meshthreadgroupsizeismultipleofthreadexecutionwidth.md)
- [objectBuffers](metal/mtlmeshrenderpipelinedescriptor/objectbuffers.md)
- [objectFunction](metal/mtlmeshrenderpipelinedescriptor/objectfunction.md)
- [objectLinkedFunctions](metal/mtlmeshrenderpipelinedescriptor/objectlinkedfunctions.md)
- [objectThreadgroupSizeIsMultipleOfThreadExecutionWidth](metal/mtlmeshrenderpipelinedescriptor/objectthreadgroupsizeismultipleofthreadexecutionwidth.md)
- [payloadMemoryLength](metal/mtlmeshrenderpipelinedescriptor/payloadmemorylength.md)
- [rasterSampleCount](metal/mtlmeshrenderpipelinedescriptor/rastersamplecount.md)
- [requiredThreadsPerMeshThreadgroup](metal/mtlmeshrenderpipelinedescriptor/requiredthreadspermeshthreadgroup.md)
- [requiredThreadsPerObjectThreadgroup](metal/mtlmeshrenderpipelinedescriptor/requiredthreadsperobjectthreadgroup.md)
- [shaderValidation](metal/mtlmeshrenderpipelinedescriptor/shadervalidation.md)
- [stencilAttachmentPixelFormat](metal/mtlmeshrenderpipelinedescriptor/stencilattachmentpixelformat.md)
- [supportIndirectCommandBuffers](metal/mtlmeshrenderpipelinedescriptor/supportindirectcommandbuffers.md)

### Instance Methods

- [reset()](metal/mtlmeshrenderpipelinedescriptor/reset().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)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Render pipeline states

- [MTLRenderPipelineState](metal/mtlrenderpipelinestate.md)
- [MTL4RenderPipelineDescriptor](metal/mtl4renderpipelinedescriptor.md)
- [MTLRenderPipelineDescriptor](metal/mtlrenderpipelinedescriptor.md)
- [MTLRenderPipelineFunctionsDescriptor](metal/mtlrenderpipelinefunctionsdescriptor.md)
- [MTL4MeshRenderPipelineDescriptor](metal/mtl4meshrenderpipelinedescriptor.md)
- [MTLPipelineBufferDescriptor](metal/mtlpipelinebufferdescriptor.md)
- [MTLPipelineBufferDescriptorArray](metal/mtlpipelinebufferdescriptorarray.md)
- [MTL4RenderPipelineColorAttachmentDescriptor](metal/mtl4renderpipelinecolorattachmentdescriptor.md)
- [MTLRenderPipelineColorAttachmentDescriptor](metal/mtlrenderpipelinecolorattachmentdescriptor.md)
- [MTLRenderPipelineColorAttachmentDescriptorArray](metal/mtlrenderpipelinecolorattachmentdescriptorarray.md)
- [MTL4TileRenderPipelineDescriptor](metal/mtl4tilerenderpipelinedescriptor.md)
- [MTLTileRenderPipelineDescriptor](metal/mtltilerenderpipelinedescriptor.md)
- [MTLTileRenderPipelineColorAttachmentDescriptor](metal/mtltilerenderpipelinecolorattachmentdescriptor.md)
- [MTLPipelineOption](metal/mtlpipelineoption.md)
- [MTL4RenderPipelineBinaryFunctionsDescriptor](metal/mtl4renderpipelinebinaryfunctionsdescriptor.md)
