blob: f6cbc32d8a8919bfaf9c6b0b57e12c3ad7ef974e [file]
package android.dawn.helper
import android.view.Surface
object Util {
init {
System.loadLibrary("webgpu_c_bundled")
}
external fun windowFromSurface(surface: Surface?): Long
}