---
title: MTLTessellationControlPointIndexType
framework: metal
role: symbol
role_heading: Enumeration
path: metal/mtltessellationcontrolpointindextype
---

# MTLTessellationControlPointIndexType

Options for specifying the size of the control point indices in a control point index buffer.

## Declaration

```swift
enum MTLTessellationControlPointIndexType
```

## Topics

### Index types

- [MTLTessellationControlPointIndexType.none](metal/mtltessellationcontrolpointindextype/none.md)
- [MTLTessellationControlPointIndexType.uint16](metal/mtltessellationcontrolpointindextype/uint16.md)
- [MTLTessellationControlPointIndexType.uint32](metal/mtltessellationcontrolpointindextype/uint32.md)

### Initializers

- [init(rawValue:)](metal/mtltessellationcontrolpointindextype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying tessellation state

- [maxTessellationFactor](metal/mtlrenderpipelinedescriptor/maxtessellationfactor.md)
- [isTessellationFactorScaleEnabled](metal/mtlrenderpipelinedescriptor/istessellationfactorscaleenabled.md)
- [tessellationFactorFormat](metal/mtlrenderpipelinedescriptor/tessellationfactorformat.md)
- [tessellationControlPointIndexType](metal/mtlrenderpipelinedescriptor/tessellationcontrolpointindextype.md)
- [tessellationFactorStepFunction](metal/mtlrenderpipelinedescriptor/tessellationfactorstepfunction.md)
- [tessellationOutputWindingOrder](metal/mtlrenderpipelinedescriptor/tessellationoutputwindingorder.md)
- [tessellationPartitionMode](metal/mtlrenderpipelinedescriptor/tessellationpartitionmode.md)
- [MTLTessellationFactorFormat](metal/mtltessellationfactorformat.md)
- [MTLTessellationFactorStepFunction](metal/mtltessellationfactorstepfunction.md)
- [MTLTessellationPartitionMode](metal/mtltessellationpartitionmode.md)
