FIT_TO_TEXTURE Property

const val FIT_TO_TEXTURE: Int = 2

Pass to createBitmap to resize bitmap less than device OpenGL texture It is useful to display picture through Android’s android.widget.ImageView cannot display images great than OpenGL texture.

Top