|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| DeviceGroupCommandBufferBeginInfo (uint32_t deviceMask_=0) | |
| DeviceGroupCommandBufferBeginInfo (VkDeviceGroupCommandBufferBeginInfo const &rhs) | |
| DeviceGroupCommandBufferBeginInfo & | operator= (VkDeviceGroupCommandBufferBeginInfo const &rhs) |
| DeviceGroupCommandBufferBeginInfo & | setPNext (const void *pNext_) |
| DeviceGroupCommandBufferBeginInfo & | setDeviceMask (uint32_t deviceMask_) |
| operator VkDeviceGroupCommandBufferBeginInfo const & () const | |
| operator VkDeviceGroupCommandBufferBeginInfo & () | |
| bool | operator== (DeviceGroupCommandBufferBeginInfo const &rhs) const |
| bool | operator!= (DeviceGroupCommandBufferBeginInfo const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| uint32_t | deviceMask |
Private Attributes | |
| StructureType | sType = StructureType::eDeviceGroupCommandBufferBeginInfo |
Definition at line 14604 of file vulkan.hpp.
|
inline |
Definition at line 14606 of file vulkan.hpp.
|
inline |
Definition at line 14611 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14638 of file vulkan.hpp.
|
inline |
Definition at line 14633 of file vulkan.hpp.
|
inline |
Definition at line 14650 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 14643 of file vulkan.hpp.
References deviceMask, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 14627 of file vulkan.hpp.
References deviceMask.
|
inline |
Definition at line 14621 of file vulkan.hpp.
References pNext.
| uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::deviceMask |
Definition at line 14660 of file vulkan.hpp.
Referenced by operator==(), and setDeviceMask().
| const void* VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::pNext = nullptr |
Definition at line 14659 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 14656 of file vulkan.hpp.
Referenced by operator==().