wgpu_get_surface_handle function

  1. @Native<Uint64 Function(Uint64)>(ffi.Uint64)>()
int wgpu_get_surface_handle(
  1. int surface_id
)

Get the platform-specific texture handle for sharing.

Implementation

@ffi.Native<ffi.Uint64 Function(ffi.Uint64)>()
external int wgpu_get_surface_handle(
  int surface_id,
);