Tilt Five NDK
T5_GraphicsContextVulkan Struct Reference

Data Fields

void * instance
 VkInstance handle. More...
 
void * physicalDevice
 VkPhysicalDevice handle. More...
 
void * device
 VkDevice handle. More...
 
void * queue
 VkQueue handle. More...
 
uint32_t queueFamilyIndex
 The queue family index used to create the queue. More...
 
T5_GraphicsApi_Vulkan_TextureMode textureMode
 Specify the interpretation of the texture handles in T5_FrameInfo Note that this is not used by kT5_GraphicsApi_Vulkan_TI. More...
 

Detailed Description

Definition at line 224 of file types.h.

Field Documentation

◆ device

void* T5_GraphicsContextVulkan::device

VkDevice handle.

Definition at line 232 of file types.h.

◆ instance

void* T5_GraphicsContextVulkan::instance

VkInstance handle.

Definition at line 226 of file types.h.

◆ physicalDevice

void* T5_GraphicsContextVulkan::physicalDevice

VkPhysicalDevice handle.

Definition at line 229 of file types.h.

◆ queue

void* T5_GraphicsContextVulkan::queue

VkQueue handle.

Requirements:

  • Queue family must support VK_QUEUE_COMPUTE_BIT

Definition at line 238 of file types.h.

◆ queueFamilyIndex

uint32_t T5_GraphicsContextVulkan::queueFamilyIndex

The queue family index used to create the queue.

Definition at line 241 of file types.h.

◆ textureMode

T5_GraphicsApi_Vulkan_TextureMode T5_GraphicsContextVulkan::textureMode

Specify the interpretation of the texture handles in T5_FrameInfo Note that this is not used by kT5_GraphicsApi_Vulkan_TI.

Definition at line 245 of file types.h.


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