mgpuDispatchAsyncToPort function
- @Native<Void Function(Pointer<MGPUComputeShader>, Int, Int, Int, Int64, Int64)>(Pointer<ffi.MGPUComputeShader>, Int, Int, Int, Int64, Int64)>(symbol: 'mgpuDispatchAsyncToPort')
void
mgpuDispatchAsyncToPort(
- Pointer<MGPUComputeShader> shader,
- int groupsX,
- int groupsY,
- int groupsZ,
- int port,
- 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,
);