---
title: "CVMetalTextureIsFlipped(_:)"
framework: corevideo
role: symbol
role_heading: Function
path: "corevideo/cvmetaltextureisflipped(_:)"
---

# CVMetalTextureIsFlipped(_:)

Returns a Boolean value indicating whether the texture image is vertically flipped.

## Declaration

```swift
func CVMetalTextureIsFlipped(_ image: CVMetalTexture) -> Bool
```

## Parameters

- `image`: A CoreVideo Metal texture-based image buffer.

## Return Value

Return Value If True, the texture coordinate {0,0} represents the upper left of the texture; if False, the texture coordinate {0,0} represents the lower left of the texture.

## See Also

### Inspecting Textures

- [CVMetalTextureGetTexture(_:)](corevideo/cvmetaltexturegettexture(_:).md)
- [CVMetalTextureGetCleanTexCoords(_:_:_:_:_:)](corevideo/cvmetaltexturegetcleantexcoords(_:_:_:_:_:).md)
- [CVMetalTextureGetTypeID()](corevideo/cvmetaltexturegettypeid().md)
