createTextureByFile

fun createTextureByFile(filepath: String, fileFormat: EImageFileFormat, format: EColorFormat): Int

Creates a texture based on provided inputs.

Parameters

filepath

Filepath of the Image.

fileFormat

File format.

format

Color format of the image.