wgpu_swapchain_present function

  1. @Native<Void Function(Uint64)>(ffi.Uint64)>()
void wgpu_swapchain_present(
  1. int surface_id
)

Present the current swapchain frame.

Implementation

@ffi.Native<ffi.Void Function(ffi.Uint64)>()
external void wgpu_swapchain_present(
  int surface_id,
);