SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
uint32_t | waitSemaphoreCount |
const uint32_t * | pWaitSemaphoreDeviceIndices |
uint32_t | commandBufferCount |
const uint32_t * | pCommandBufferDeviceMasks |
uint32_t | signalSemaphoreCount |
const uint32_t * | pSignalSemaphoreDeviceIndices |
Private Attributes | |
StructureType | sType = StructureType::eDeviceGroupSubmitInfo |
Definition at line 14666 of file vulkan.hpp.
|
inline |
Definition at line 14668 of file vulkan.hpp.
|
inline |
Definition at line 14683 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14740 of file vulkan.hpp.
|
inline |
Definition at line 14735 of file vulkan.hpp.
|
inline |
Definition at line 14757 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 14688 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14745 of file vulkan.hpp.
References commandBufferCount, pCommandBufferDeviceMasks, pNext, pSignalSemaphoreDeviceIndices, pWaitSemaphoreDeviceIndices, signalSemaphoreCount, sType, and waitSemaphoreCount.
Referenced by operator!=().
|
inline |
Definition at line 14711 of file vulkan.hpp.
References commandBufferCount.
|
inline |
Definition at line 14717 of file vulkan.hpp.
References pCommandBufferDeviceMasks.
|
inline |
Definition at line 14693 of file vulkan.hpp.
References pNext.
|
inline |
|
inline |
|
inline |
Definition at line 14723 of file vulkan.hpp.
References signalSemaphoreCount.
|
inline |
Definition at line 14699 of file vulkan.hpp.
References waitSemaphoreCount.
uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo::commandBufferCount |
Definition at line 14769 of file vulkan.hpp.
Referenced by operator==(), and setCommandBufferCount().
const uint32_t* VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo::pCommandBufferDeviceMasks |
Definition at line 14770 of file vulkan.hpp.
Referenced by operator==(), and setPCommandBufferDeviceMasks().
const void* VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo::pNext = nullptr |
Definition at line 14766 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const uint32_t* VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo::pSignalSemaphoreDeviceIndices |
Definition at line 14772 of file vulkan.hpp.
Referenced by operator==(), and setPSignalSemaphoreDeviceIndices().
const uint32_t* VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo::pWaitSemaphoreDeviceIndices |
Definition at line 14768 of file vulkan.hpp.
Referenced by operator==(), and setPWaitSemaphoreDeviceIndices().
uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo::signalSemaphoreCount |
Definition at line 14771 of file vulkan.hpp.
Referenced by operator==(), and setSignalSemaphoreCount().
|
private |
Definition at line 14763 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupSubmitInfo::waitSemaphoreCount |
Definition at line 14767 of file vulkan.hpp.
Referenced by operator==(), and setWaitSemaphoreCount().