ReactOS 0.4.17-dev-934-g091855f
VkDeviceGroupSubmitInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkDeviceGroupSubmitInfo:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t waitSemaphoreCount
 
const uint32_t * pWaitSemaphoreDeviceIndices
 
uint32_t commandBufferCount
 
const uint32_t * pCommandBufferDeviceMasks
 
uint32_t signalSemaphoreCount
 
const uint32_t * pSignalSemaphoreDeviceIndices
 

Detailed Description

Definition at line 8477 of file vulkan.h.

Member Data Documentation

◆ commandBufferCount

uint32_t VkDeviceGroupSubmitInfo::commandBufferCount

Definition at line 8483 of file vulkan.h.

◆ pCommandBufferDeviceMasks

const uint32_t* VkDeviceGroupSubmitInfo::pCommandBufferDeviceMasks

Definition at line 8484 of file vulkan.h.

◆ pNext

const void* VkDeviceGroupSubmitInfo::pNext

Definition at line 8480 of file vulkan.h.

◆ pSignalSemaphoreDeviceIndices

const uint32_t* VkDeviceGroupSubmitInfo::pSignalSemaphoreDeviceIndices

Definition at line 8486 of file vulkan.h.

◆ pWaitSemaphoreDeviceIndices

const uint32_t* VkDeviceGroupSubmitInfo::pWaitSemaphoreDeviceIndices

Definition at line 8482 of file vulkan.h.

◆ signalSemaphoreCount

uint32_t VkDeviceGroupSubmitInfo::signalSemaphoreCount

Definition at line 8485 of file vulkan.h.

◆ sType

VkStructureType VkDeviceGroupSubmitInfo::sType

Definition at line 8479 of file vulkan.h.

◆ waitSemaphoreCount

uint32_t VkDeviceGroupSubmitInfo::waitSemaphoreCount

Definition at line 8481 of file vulkan.h.


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