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