Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterVulkanImage). More... | |
FlutterVulkanImageHandle | image |
uint32_t | format |
The VkFormat of the image (for example: VK_FORMAT_R8G8B8A8_UNORM). More... | |
Definition at line 722 of file embedder.h.
uint32_t FlutterVulkanImage::format |
The VkFormat of the image (for example: VK_FORMAT_R8G8B8A8_UNORM).
Definition at line 729 of file embedder.h.
FlutterVulkanImageHandle FlutterVulkanImage::image |
Handle to the VkImage that is owned by the embedder. The engine will bind this image for writing the frame.
Definition at line 727 of file embedder.h.
size_t FlutterVulkanImage::struct_size |
The size of this struct. Must be sizeof(FlutterVulkanImage).
Definition at line 724 of file embedder.h.