mgpuDispatchAsyncToPort function

  1. @Native<Void Function(Pointer<MGPUComputeShader>, Int, Int, Int, Int64, Int64)>(Pointer<ffi.MGPUComputeShader>, Int, Int, Int, Int64, Int64)>(symbol: 'mgpuDispatchAsyncToPort')
void mgpuDispatchAsyncToPort(
  1. Pointer<MGPUComputeShader> shader,
  2. int groupsX,
  3. int groupsY,
  4. int groupsZ,
  5. int port,
  6. int token,
)

Implementation

@Native<Void Function(Pointer<ffi.MGPUComputeShader>, Int, Int, Int, Int64, Int64)>(
  symbol: 'mgpuDispatchAsyncToPort',
)
external void mgpuDispatchAsyncToPort(
  Pointer<ffi.MGPUComputeShader> shader,
  int groupsX,
  int groupsY,
  int groupsZ,
  int port,
  int token,
);