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