#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| The size of this struct. Must be sizeof(FlutterFrameInfo). | |
| FlutterUIntSize | size |
| The size of the surface that will be backed by the fbo. | |
This information is passed to the embedder when requesting a frame buffer object.
See: FlutterOpenGLRendererConfig::fbo_with_frame_info_callback, FlutterMetalRendererConfig::get_next_drawable_callback, and FlutterVulkanRendererConfig::get_next_image_callback.
Definition at line 679 of file embedder.h.
| FlutterUIntSize FlutterFrameInfo::size |
The size of the surface that will be backed by the fbo.
Definition at line 683 of file embedder.h.
Referenced by InferMetalPlatformViewCreationCallback(), InferOpenGLPlatformViewCreationCallback(), flutter::testing::EmbedderTestContextGL::SetOpenGLFBOCallBack(), and flutter::testing::TEST_F().
| size_t FlutterFrameInfo::struct_size |
The size of this struct. Must be sizeof(FlutterFrameInfo).
Definition at line 681 of file embedder.h.
Referenced by InferMetalPlatformViewCreationCallback(), InferOpenGLPlatformViewCreationCallback(), InferVulkanPlatformViewCreationCallback(), and flutter::testing::EmbedderTestContextGL::SetOpenGLFBOCallBack().