glTexSubImage3D

fun glTexSubImage3D(    target: Int,     level: Int,     xoffset: Int,     yoffset: Int,     zoffset: Int,     width: Int,     height: Int,     depth: Int,     format: Int,     type: Int,     pixels: ByteBuffer)(source)