All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macosMain.korlibs.metal.MTLBuffer.kt Maven / Gradle / Ivy

package korlibs.metal

import platform.Foundation.NSMakeRange

actual fun MTLBuffer.didModifyFullRange() {
    buffer.didModifyRange(NSMakeRange(0, buffer.length))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy