Contents

CVOpenGLESTextureGetName(_:)

Returns the texture target name for a CVOpenGLESTextureRef.

Declaration

func CVOpenGLESTextureGetName(_ image: CVOpenGLESTexture) -> GLuint

Parameters

  • image:

    The OpenGLES texture-based image buffer whose target name is desired.

Return Value

An OpenGLES texture target name associated with the texture referenced by the image parameter.

See Also

Inspecting Textures