mgpuHasKernel function

bool mgpuHasKernel(
  1. MGPUComputeShader shader
)

Implementation

bool mgpuHasKernel(MGPUComputeShader shader) {
  return _mgpuHasKernel(shader).dartify() as bool;
}