mgpuDispatchAsync function
- @Native<Void Function(Pointer<
MGPUComputeShader> , Int, Int, Int, MGPUCallback)>(ffi.Pointer<MGPUComputeShader>, ffi.Int, ffi.Int, ffi.Int, MGPUCallback)>()
- Pointer<
MGPUComputeShader> shader, - int groupsX,
- int groupsY,
- int groupsZ,
- MGPUCallback callback,
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<MGPUComputeShader>,
ffi.Int,
ffi.Int,
ffi.Int,
MGPUCallback,
)
>()
external void mgpuDispatchAsync(
ffi.Pointer<MGPUComputeShader> shader,
int groupsX,
int groupsY,
int groupsZ,
MGPUCallback callback,
);