GpuDelegate constructor

GpuDelegate()

Implementation

factory GpuDelegate() {
  assert(Platform.isIOS);
  return GpuDelegate._create();
}