fromValues static method

Iterable<GPUTextureDimension> fromValues(
  1. Iterable<String> values
)

Implementation

static Iterable<GPUTextureDimension> fromValues(Iterable<String> values) =>
    values.map(fromValue);