#include <impeller.h>
Public Attributes | |
| void *IMPELLER_NULLABLE | user_data |
| ImpellerVulkanProcAddressCallback IMPELLER_NONNULL | proc_address_callback |
| bool | enable_vulkan_validation |
Definition at line 608 of file impeller.h.
| bool ImpellerContextVulkanSettings::enable_vulkan_validation |
Definition at line 611 of file impeller.h.
Referenced by impeller::interop::testing::PlaygroundTest::CreateContext(), and main().
| ImpellerVulkanProcAddressCallback IMPELLER_NONNULL ImpellerContextVulkanSettings::proc_address_callback |
Definition at line 610 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 609 of file impeller.h.
Referenced by impeller::interop::testing::PlaygroundTest::CreateContext(), and impeller::interop::ContextVK::Settings::Settings().