mgpuHasKernel function

  1. @Native<Int Function(Pointer<MGPUComputeShader>)>(ffi.Pointer<MGPUComputeShader>)>()
int mgpuHasKernel(
  1. Pointer<MGPUComputeShader> shader
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<MGPUComputeShader>)>()
external int mgpuHasKernel(
  ffi.Pointer<MGPUComputeShader> shader,
);