Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkSubmitInfo Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t waitSemaphoreCount
 
const VkSemaphore * pWaitSemaphores
 
const VkPipelineStageFlagspWaitDstStageMask
 
uint32_t commandBufferCount
 
const VkCommandBuffer * pCommandBuffers
 
uint32_t signalSemaphoreCount
 
const VkSemaphore * pSignalSemaphores
 

Detailed Description

Definition at line 3282 of file vulkan_core.h.

Member Data Documentation

◆ commandBufferCount

uint32_t VkSubmitInfo::commandBufferCount

Definition at line 3288 of file vulkan_core.h.

◆ pCommandBuffers

const VkCommandBuffer* VkSubmitInfo::pCommandBuffers

Definition at line 3289 of file vulkan_core.h.

◆ pNext

const void* VkSubmitInfo::pNext

Definition at line 3284 of file vulkan_core.h.

◆ pSignalSemaphores

const VkSemaphore* VkSubmitInfo::pSignalSemaphores

Definition at line 3291 of file vulkan_core.h.

◆ pWaitDstStageMask

const VkPipelineStageFlags* VkSubmitInfo::pWaitDstStageMask

Definition at line 3287 of file vulkan_core.h.

◆ pWaitSemaphores

const VkSemaphore* VkSubmitInfo::pWaitSemaphores

Definition at line 3286 of file vulkan_core.h.

◆ signalSemaphoreCount

uint32_t VkSubmitInfo::signalSemaphoreCount

Definition at line 3290 of file vulkan_core.h.

◆ sType

VkStructureType VkSubmitInfo::sType

Definition at line 3283 of file vulkan_core.h.

◆ waitSemaphoreCount

uint32_t VkSubmitInfo::waitSemaphoreCount

Definition at line 3285 of file vulkan_core.h.


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