#include <flutter_texture_registrar.h>
Public Attributes | |
size_t | struct_size |
FlutterDesktopGpuSurfaceType | type |
FlutterDesktopGpuSurfaceTextureCallback | callback |
void * | user_data |
Definition at line 138 of file flutter_texture_registrar.h.
FlutterDesktopGpuSurfaceTextureCallback FlutterDesktopGpuSurfaceTextureConfig::callback |
Definition at line 146 of file flutter_texture_registrar.h.
Referenced by flutter::TextureRegistrarImpl::RegisterTexture().
size_t FlutterDesktopGpuSurfaceTextureConfig::struct_size |
Definition at line 141 of file flutter_texture_registrar.h.
Referenced by flutter::TextureRegistrarImpl::RegisterTexture().
FlutterDesktopGpuSurfaceType FlutterDesktopGpuSurfaceTextureConfig::type |
Definition at line 144 of file flutter_texture_registrar.h.
Referenced by flutter::TextureRegistrarImpl::RegisterTexture().
void* FlutterDesktopGpuSurfaceTextureConfig::user_data |
Definition at line 148 of file flutter_texture_registrar.h.
Referenced by flutter::TextureRegistrarImpl::RegisterTexture().