#include <flutter_texture_registrar.h>
Public Attributes | |
| FlutterDesktopTextureType | type |
| union { | |
| FlutterDesktopPixelBufferTextureConfig pixel_buffer_config | |
| FlutterDesktopGpuSurfaceTextureConfig gpu_surface_config | |
| }; | |
Definition at line 151 of file flutter_texture_registrar.h.
| union { ... } |
| FlutterDesktopGpuSurfaceTextureConfig FlutterDesktopTextureInfo::gpu_surface_config |
Definition at line 155 of file flutter_texture_registrar.h.
Referenced by flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), flutter::TextureRegistrarImpl::RegisterTexture(), and flutter::testing::TEST().
| FlutterDesktopPixelBufferTextureConfig FlutterDesktopTextureInfo::pixel_buffer_config |
Definition at line 154 of file flutter_texture_registrar.h.
Referenced by flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), flutter::TextureRegistrarImpl::RegisterTexture(), and flutter::testing::TEST().
| FlutterDesktopTextureType FlutterDesktopTextureInfo::type |
Definition at line 152 of file flutter_texture_registrar.h.
Referenced by flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), flutter::TextureRegistrarImpl::RegisterTexture(), and flutter::testing::TEST().