fromValues static method

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

Implementation

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