CVOpenGLESTextureGetName(_:)
Returns the texture target name for a CVOpenGLESTextureRef.
Declaration
func CVOpenGLESTextureGetName(_ image: CVOpenGLESTexture) -> GLuintParameters
- 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.