Fove SDK  v1.1.0
Public Attributes | List of all members
Fove_VulkanContext Struct Reference

Struct to represent a suite of vulkan components to be used for texture submission. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_VulkanContext:
Collaboration graph
[legend]

Public Attributes

Fove_VkDevice device
 Vulkan handle to the logical device.
 
Fove_VkQueue graphicsQueue
 Vulkan handle to the graphics queue.
 
uint32_t graphicsQueueFamilyIndex
 Vulkan queue family index for graphics queues.
 
Fove_VkInstance instance
 Vulkan handle to the vulkan instance.
 
Fove_VkPhysicalDevice physicalDevice
 Vulkan handle to the physical device.
 
Fove_VkQueue presentationQueue
 Vulkan handle to the presentation queue.
 
uint32_t presentationQueueFamilyIndex
 Vulkan queue family index for presentation queues.
 
Fove_VkQueue transferQueue
 Vulkan handle to the transfer queue.
 
uint32_t transferQueueFamilyIndex
 Vulkan queue family index for transfer queues.
 

Detailed Description

Struct to represent a suite of vulkan components to be used for texture submission.