luna engine
software engine
Loading...
Searching...
No Matches
luna::vulkan::commandPoolSubmitInfo Struct Reference

struct with all the submit info. this is the same except VkCommandBuffer* ->virtualCmdBuffer*. for more information: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSubmitInfo.html More...

#include <vulkanCmdPool.h>

Public Attributes

const void * pNext
 
uint32_t waitSemaphoreCount
 
const VkSemaphore * pWaitSemaphores
 
const VkPipelineStageFlags * pWaitDstStageMask
 
uint32_t commandBufferCount
 
const virtualCmdBufferpCommandBuffers
 
uint32_t signalSemaphoreCount
 
const VkSemaphore * pSignalSemaphores
 

Detailed Description

struct with all the submit info. this is the same except VkCommandBuffer* ->virtualCmdBuffer*. for more information: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkSubmitInfo.html

Member Data Documentation

◆ commandBufferCount

uint32_t luna::vulkan::commandPoolSubmitInfo::commandBufferCount

◆ pCommandBuffers

const virtualCmdBuffer* luna::vulkan::commandPoolSubmitInfo::pCommandBuffers

◆ pNext

const void* luna::vulkan::commandPoolSubmitInfo::pNext

◆ pSignalSemaphores

const VkSemaphore* luna::vulkan::commandPoolSubmitInfo::pSignalSemaphores

◆ pWaitDstStageMask

const VkPipelineStageFlags* luna::vulkan::commandPoolSubmitInfo::pWaitDstStageMask

◆ pWaitSemaphores

const VkSemaphore* luna::vulkan::commandPoolSubmitInfo::pWaitSemaphores

◆ signalSemaphoreCount

uint32_t luna::vulkan::commandPoolSubmitInfo::signalSemaphoreCount

◆ waitSemaphoreCount

uint32_t luna::vulkan::commandPoolSubmitInfo::waitSemaphoreCount

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