flutter_texture_rgba_renderer icon indicating copy to clipboard operation
flutter_texture_rgba_renderer copied to clipboard

A texture helper which brings both high/low level api(s) to handle BGRA data for Flutter. 🔧

Results 3 flutter_texture_rgba_renderer issues
Sort by recently updated
recently updated
newest added

我理解的这种方式在使用硬件加速的情况下有两次拷贝: 1 一次是硬解后的数据需要从gpu 拷贝到内存 2 一次是从内存再拷贝到flutter texture 想问下是这样?

Hi! It seems when I close a texture (on at least macOS) with a certain key, I cannot open one again using the same key. e.g. this works: ``` const...