glGenTextures

actual fun glGenTextures(textureHandles: IntArray)

Generates texture handles and writes them to a given textureHandles array.

The number of generated texture handles is equal to the size of the given textureHandles array.

expect fun glGenTextures(textureHandles: IntArray)

Generates texture handles and writes them to a given textureHandles array.

The number of generated texture handles is equal to the size of the given textureHandles array.

actual fun glGenTextures(textureHandles: IntArray)

Generates texture handles and writes them to a given textureHandles array.

The number of generated texture handles is equal to the size of the given textureHandles array.