Determines whether an OpenGL texture is flipped vertically.
Original signature is 'Boolean CVOpenGLTextureIsFlipped ( CVOpenGLTextureRef image );'
Available in Mac OS X v10.4 and later.


- image (IntPtr)
- MISSING

Returns true if (0,0) in the texture is in the upper-left corner, and false if (0,0) is in the lower-left corner.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)