ForcedTexId

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Fixed(val forcedTexId: Int, val forcedTexTarget: Int = TEXTURE_2D) : ForcedTexId

Properties

Link copied to clipboard
abstract val forcedTexId: Int

Allow to force to use a texture id from OpenGL. For example a video texture from Android

Link copied to clipboard

Allow to force to use a texture target from OpenGL. For example a video texture from Android (-1 means GL_TEXTURE_2D)