struct DeviceGroupSubmitInfo
Defined at line 29879 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
StructureType 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
Public Methods
void DeviceGroupSubmitInfo (uint32_t waitSemaphoreCount_, const uint32_t * pWaitSemaphoreDeviceIndices_, uint32_t commandBufferCount_, const uint32_t * pCommandBufferDeviceMasks_, uint32_t signalSemaphoreCount_, const uint32_t * pSignalSemaphoreDeviceIndices_, const void * pNext_)
Defined at line 29887 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void DeviceGroupSubmitInfo (const DeviceGroupSubmitInfo & rhs)
Defined at line 29904 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void DeviceGroupSubmitInfo (const VkDeviceGroupSubmitInfo & rhs)
Defined at line 29906 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void DeviceGroupSubmitInfo (const vk::ArrayProxyNoTemporaries<const uint32_t> & waitSemaphoreDeviceIndices_, const vk::ArrayProxyNoTemporaries<const uint32_t> & commandBufferDeviceMasks_, const vk::ArrayProxyNoTemporaries<const uint32_t> & signalSemaphoreDeviceIndices_, const void * pNext_)
Defined at line 29912 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & operator= (const DeviceGroupSubmitInfo & rhs)
Defined at line 29927 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & operator= (const VkDeviceGroupSubmitInfo & rhs)
Defined at line 29930 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setPNext (const void * pNext_)
Defined at line 29937 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setWaitSemaphoreCount (uint32_t waitSemaphoreCount_)
Defined at line 29943 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setPWaitSemaphoreDeviceIndices (const uint32_t * pWaitSemaphoreDeviceIndices_)
Defined at line 29949 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setWaitSemaphoreDeviceIndices (const vk::ArrayProxyNoTemporaries<const uint32_t> & waitSemaphoreDeviceIndices_)
Defined at line 29956 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setCommandBufferCount (uint32_t commandBufferCount_)
Defined at line 29965 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setPCommandBufferDeviceMasks (const uint32_t * pCommandBufferDeviceMasks_)
Defined at line 29971 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setCommandBufferDeviceMasks (const vk::ArrayProxyNoTemporaries<const uint32_t> & commandBufferDeviceMasks_)
Defined at line 29978 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setSignalSemaphoreCount (uint32_t signalSemaphoreCount_)
Defined at line 29987 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setPSignalSemaphoreDeviceIndices (const uint32_t * pSignalSemaphoreDeviceIndices_)
Defined at line 29993 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
DeviceGroupSubmitInfo & setSignalSemaphoreDeviceIndices (const vk::ArrayProxyNoTemporaries<const uint32_t> & signalSemaphoreDeviceIndices_)
Defined at line 30000 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkDeviceGroupSubmitInfo & operator const VkDeviceGroupSubmitInfo & ()
Defined at line 30010 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkDeviceGroupSubmitInfo & operator VkDeviceGroupSubmitInfo & ()
Defined at line 30015 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const DeviceGroupSubmitInfo & )
Defined at line 30047 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp