Fence_waitAndDestroy function

  1. @Native<Void Function(Pointer<TFence>)>(ffi.Pointer<TFence>)>(isLeaf: true)
void Fence_waitAndDestroy(
  1. Pointer<TFence> tFence
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<TFence>)>(isLeaf: true)
external void Fence_waitAndDestroy(
  ffi.Pointer<TFence> tFence,
);