#include <impeller.h>
Public Attributes | |
void *IMPELLER_NULLABLE | user_data |
ImpellerVulkanProcAddressCallback IMPELLER_NONNULL | proc_address_callback |
bool | enable_vulkan_validation |
Definition at line 632 of file impeller.h.
bool ImpellerContextVulkanSettings::enable_vulkan_validation |
Definition at line 635 of file impeller.h.
Referenced by impeller::interop::testing::PlaygroundTest::CreateContext(), and main().
ImpellerVulkanProcAddressCallback IMPELLER_NONNULL ImpellerContextVulkanSettings::proc_address_callback |
Definition at line 634 of file impeller.h.
Referenced by impeller::interop::testing::PlaygroundTest::CreateContext(), main(), and impeller::interop::ContextVK::Settings::Settings().
void* IMPELLER_NULLABLE ImpellerContextVulkanSettings::user_data |
Definition at line 633 of file impeller.h.
Referenced by impeller::interop::testing::PlaygroundTest::CreateContext(), and impeller::interop::ContextVK::Settings::Settings().