bitmap

fun bitmap(bitmap: Bitmap, type: TextureType = DEFAULT_TYPE): ImageTexture.Builder
fun bitmap(assets: AssetManager, fileLocation: String, type: TextureType = DEFAULT_TYPE): ImageTexture.Builder
fun bitmap(context: Context, @DrawableRes drawableResId: Int, type: TextureType = DEFAULT_TYPE): ImageTexture.Builder