Flutter Impeller
ImpellerContextVulkanInfo Struct Reference

#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
 

Detailed Description

Definition at line 638 of file impeller.h.

Member Data Documentation

◆ graphics_queue_family_index

uint32_t ImpellerContextVulkanInfo::graphics_queue_family_index

Definition at line 642 of file impeller.h.

Referenced by impeller::interop::ContextVK::GetInfo(), and main().

◆ graphics_queue_index

uint32_t ImpellerContextVulkanInfo::graphics_queue_index

Definition at line 643 of file impeller.h.

Referenced by impeller::interop::ContextVK::GetInfo().

◆ vk_instance

void* IMPELLER_NULLABLE ImpellerContextVulkanInfo::vk_instance

Definition at line 639 of file impeller.h.

Referenced by impeller::interop::ContextVK::GetInfo(), and main().

◆ vk_logical_device

void* IMPELLER_NULLABLE ImpellerContextVulkanInfo::vk_logical_device

Definition at line 641 of file impeller.h.

Referenced by impeller::interop::ContextVK::GetInfo().

◆ vk_physical_device

void* IMPELLER_NULLABLE ImpellerContextVulkanInfo::vk_physical_device

Definition at line 640 of file impeller.h.

Referenced by impeller::interop::ContextVK::GetInfo(), and main().


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