fromValues static method
Implementation
static Iterable<GPUPrimitiveTopology> fromValues(Iterable<String> values) =>
values.map(fromValue);
static Iterable<GPUPrimitiveTopology> fromValues(Iterable<String> values) =>
values.map(fromValue);