---
title: GLKMesh
framework: glkit
role: symbol
role_heading: Class
path: glkit/glkmesh
---

# GLKMesh

## Declaration

```swift
class GLKMesh
```

## Topics

### Initializers

- [init(mesh:)](glkit/glkmesh/init(mesh:).md)

### Instance Properties

- [name](glkit/glkmesh/name.md)
- [submeshes](glkit/glkmesh/submeshes.md)
- [vertexBuffers](glkit/glkmesh/vertexbuffers.md)
- [vertexCount](glkit/glkmesh/vertexcount.md)
- [vertexDescriptor](glkit/glkmesh/vertexdescriptor.md)

### Type Methods

- [newMeshes(from:sourceMeshes:)](glkit/glkmesh/newmeshes(from:sourcemeshes:).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)

## See Also

### Mesh Data Management

- [GLKMeshBuffer](glkit/glkmeshbuffer.md)
- [GLKMeshBufferAllocator](glkit/glkmeshbufferallocator.md)
- [GLKSubmesh](glkit/glksubmesh.md)
