glClearNamedBufferData

expect inline fun glClearNamedBufferData(buffer: Int, internalformat: Int, format: Int, type: Int, data: ByteBuffer)(source)
expect inline fun glClearNamedBufferData(buffer: Int, internalformat: Int, format: Int, type: Int, data: IntArray)(source)
actual inline fun glClearNamedBufferData(buffer: Int, internalformat: Int, format: Int, type: Int, data: ByteBuffer)(source)
actual inline fun glClearNamedBufferData(buffer: Int, internalformat: Int, format: Int, type: Int, data: IntArray)(source)