textureFormatFromFfi function

GpuTextureFormat textureFormatFromFfi(
  1. int value
)

Implementation

GpuTextureFormat textureFormatFromFfi(int value) =>
    _textureFormatFromFfi[value] ??
    (throw ArgumentError('Unknown texture format FFI value: $value'));