![]() |
Flutter Engine
The Flutter Engine
|
Functions | |
SK_API std::unique_ptr< Context > | MakeDawn (const DawnBackendContext &, const ContextOptions &) |
SK_API std::unique_ptr< Context > | MakeMetal (const MtlBackendContext &, const ContextOptions &) |
SK_API std::unique_ptr< Context > | MakeVulkan (const VulkanBackendContext &, const ContextOptions &) |
std::unique_ptr< Context > skgpu::graphite::ContextFactory::MakeDawn | ( | const DawnBackendContext & | backendContext, |
const ContextOptions & | options | ||
) |
Definition at line 21 of file DawnGraphiteUtils.cpp.
std::unique_ptr< Context > skgpu::graphite::ContextFactory::MakeMetal | ( | const MtlBackendContext & | backendContext, |
const ContextOptions & | options | ||
) |
Definition at line 23 of file MtlGraphiteUtils.mm.
std::unique_ptr< Context > skgpu::graphite::ContextFactory::MakeVulkan | ( | const VulkanBackendContext & | backendContext, |
const ContextOptions & | options | ||
) |
Definition at line 22 of file VulkanGraphiteUtils.cpp.