Function Instance.create

Create a new instance of wgpu.

static Instance create (
  InstanceBackend backends = InstanceBackend.primary
);

Parameters

NameDescription
backends Controls from which backends wgpu will choose during instantiation.