Flutter Engine
The Flutter Engine
Public Attributes | List of all members
flutter::EmbedderSurfaceMetalSkia::MetalDispatchTable Struct Reference

#include <embedder_surface_metal_skia.h>

Public Attributes

std::function< bool(GPUMTLTextureInfo texture)> present
 
std::function< GPUMTLTextureInfo(const SkISize &frame_size)> get_texture
 

Detailed Description

Definition at line 26 of file embedder_surface_metal_skia.h.

Member Data Documentation

◆ get_texture

std::function<GPUMTLTextureInfo(const SkISize& frame_size)> flutter::EmbedderSurfaceMetalSkia::MetalDispatchTable::get_texture

Definition at line 29 of file embedder_surface_metal_skia.h.

◆ present

std::function<bool(GPUMTLTextureInfo texture)> flutter::EmbedderSurfaceMetalSkia::MetalDispatchTable::present

Definition at line 27 of file embedder_surface_metal_skia.h.


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