---
title: CVOpenGLESTextureGetTypeID()
framework: corevideo
role: symbol
role_heading: Function
path: corevideo/cvopenglestexturegettypeid()
---

# CVOpenGLESTextureGetTypeID()

Returns the Core Foundation type identifier for a Core Video texture-based image buffer.

## Declaration

```swift
func CVOpenGLESTextureGetTypeID() -> CFTypeID
```

## Return Value

Return Value The Core Foundation type identifier for the CVOpenGLESTextureRef type.

## See Also

### Inspecting Textures

- [CVOpenGLESTextureGetTarget(_:)](corevideo/cvopenglestexturegettarget(_:).md)
- [CVOpenGLESTextureGetName(_:)](corevideo/cvopenglestexturegetname(_:).md)
- [CVOpenGLESTextureGetCleanTexCoords(_:_:_:_:_:)](corevideo/cvopenglestexturegetcleantexcoords(_:_:_:_:_:).md)
- [CVOpenGLESTextureIsFlipped(_:)](corevideo/cvopenglestextureisflipped(_:).md)
