The OpenGL texture target that an OpenGL texture can be bound to. The gstgl.global.glValueSetTextureTargetFromMask, gstgl.global.glValueGetTextureTargetMask, and gstgl.global.glValueSetTextureTarget functions can be used for handling texture targets with #GValue's when e.g. dealing with #GstCaps.
no texture target
2D texture target (GL_TEXTURE_2D)
rectangle texture target (GL_TEXTURE_RECTANGLE)
external oes texture target (GL_TEXTURE_EXTERNAL_OES)
The OpenGL texture target that an OpenGL texture can be bound to. The gstgl.global.glValueSetTextureTargetFromMask, gstgl.global.glValueGetTextureTargetMask, and gstgl.global.glValueSetTextureTarget functions can be used for handling texture targets with #GValue's when e.g. dealing with #GstCaps.