ParsecVkArgs
Vulkan submission info.
Used by ParsecHostVulkanSubmitFrame
Fields
Type | Name | Description |
---|---|---|
void * | instance | VkInstance. |
void * | physicalDevice | VkPhysicalDevice. |
void * | device | VkDevice. |
void * | queue | VkQueue. |
void * | imageCreateInfo | VkImageCreateInfo. |
void * | instanceProcAddr | OPTIONAL - PFN_vkGetInstanceProcAddr - Use when having custom layers. |
uint32_t | queueFamilyIndex | The family index of the queue. |