|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::DeviceQueueInfo2:Public Member Functions | |
| DeviceQueueInfo2 (DeviceQueueCreateFlags flags_=DeviceQueueCreateFlags(), uint32_t queueFamilyIndex_=0, uint32_t queueIndex_=0) | |
| DeviceQueueInfo2 (VkDeviceQueueInfo2 const &rhs) | |
| DeviceQueueInfo2 & | operator= (VkDeviceQueueInfo2 const &rhs) |
| DeviceQueueInfo2 & | setPNext (const void *pNext_) |
| DeviceQueueInfo2 & | setFlags (DeviceQueueCreateFlags flags_) |
| DeviceQueueInfo2 & | setQueueFamilyIndex (uint32_t queueFamilyIndex_) |
| DeviceQueueInfo2 & | setQueueIndex (uint32_t queueIndex_) |
| operator VkDeviceQueueInfo2 const & () const | |
| operator VkDeviceQueueInfo2 & () | |
| bool | operator== (DeviceQueueInfo2 const &rhs) const |
| bool | operator!= (DeviceQueueInfo2 const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| DeviceQueueCreateFlags | flags |
| uint32_t | queueFamilyIndex |
| uint32_t | queueIndex |
Private Attributes | |
| StructureType | sType = StructureType::eDeviceQueueInfo2 |
Definition at line 22245 of file vulkan.hpp.
|
inline |
Definition at line 22247 of file vulkan.hpp.
|
inline |
Definition at line 22256 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 22295 of file vulkan.hpp.
|
inline |
Definition at line 22290 of file vulkan.hpp.
|
inline |
Definition at line 22309 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 22261 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 22300 of file vulkan.hpp.
References flags, pNext, queueFamilyIndex, queueIndex, and sType.
Referenced by operator!=().
|
inline |
Definition at line 22272 of file vulkan.hpp.
|
inline |
Definition at line 22266 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 22278 of file vulkan.hpp.
References queueFamilyIndex.
|
inline |
Definition at line 22284 of file vulkan.hpp.
References queueIndex.
| DeviceQueueCreateFlags VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::flags |
Definition at line 22319 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::pNext = nullptr |
Definition at line 22318 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| uint32_t VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::queueFamilyIndex |
Definition at line 22320 of file vulkan.hpp.
Referenced by operator==(), and setQueueFamilyIndex().
| uint32_t VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::queueIndex |
Definition at line 22321 of file vulkan.hpp.
Referenced by operator==(), and setQueueIndex().
|
private |
Definition at line 22315 of file vulkan.hpp.
Referenced by operator==().