kPreferredTextureFormat top-level property
WGPUTextureFormat
get
kPreferredTextureFormat
Implementation
WGPUTextureFormat get kPreferredTextureFormat => Platform.isAndroid
? WGPUTextureFormat.WGPUTextureFormat_RGBA8Unorm
: WGPUTextureFormat.WGPUTextureFormat_BGRA8Unorm;