glGenTextures

common
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 the size of the given textureHandles array.