#include <impeller.h>
Public Attributes | |
void *IMPELLER_NULLABLE | vk_instance |
void *IMPELLER_NULLABLE | vk_physical_device |
void *IMPELLER_NULLABLE | vk_logical_device |
uint32_t | graphics_queue_family_index |
uint32_t | graphics_queue_index |
Definition at line 638 of file impeller.h.
uint32_t ImpellerContextVulkanInfo::graphics_queue_family_index |
Definition at line 642 of file impeller.h.
Referenced by impeller::interop::ContextVK::GetInfo(), and main().
uint32_t ImpellerContextVulkanInfo::graphics_queue_index |
Definition at line 643 of file impeller.h.
Referenced by impeller::interop::ContextVK::GetInfo().
void* IMPELLER_NULLABLE ImpellerContextVulkanInfo::vk_instance |
Definition at line 639 of file impeller.h.
Referenced by impeller::interop::ContextVK::GetInfo(), and main().
void* IMPELLER_NULLABLE ImpellerContextVulkanInfo::vk_logical_device |
Definition at line 641 of file impeller.h.
Referenced by impeller::interop::ContextVK::GetInfo().
void* IMPELLER_NULLABLE ImpellerContextVulkanInfo::vk_physical_device |
Definition at line 640 of file impeller.h.
Referenced by impeller::interop::ContextVK::GetInfo(), and main().