wgpu_create_surface_from_window function
Stub for non-Android - use wgpu_create_surface instead
Implementation
@ffi.Native<
ffi.Uint64 Function(ffi.Uint64, ffi.Pointer<ffi.Void>, ffi.Uint32, ffi.Uint32)
>()
external int wgpu_create_surface_from_window(
int _device_handle,
ffi.Pointer<ffi.Void> _window_ptr,
int _width,
int _height,
);