Flutter Engine
 
Loading...
Searching...
No Matches
FlutterVulkanImage Struct Reference

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterVulkanImage).
 
FlutterVulkanImageHandle image
 
uint32_t format
 The VkFormat of the image (for example: VK_FORMAT_R8G8B8A8_UNORM).
 

Detailed Description

Definition at line 926 of file embedder.h.

Member Data Documentation

◆ format

◆ image

◆ struct_size

size_t FlutterVulkanImage::struct_size

The size of this struct. Must be sizeof(FlutterVulkanImage).

Definition at line 928 of file embedder.h.

Referenced by InferVulkanPlatformViewCreationCallback().


The documentation for this struct was generated from the following file: