|
RetroArch
|
#include <vulkan.hpp>
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 const VkDeviceQueueInfo2 & () const | |
| bool | operator== (DeviceQueueInfo2 const &rhs) const |
| bool | operator!= (DeviceQueueInfo2 const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| DeviceQueueCreateFlags | flags |
| uint32_t | queueFamilyIndex |
| uint32_t | queueIndex |
Private Attributes | |
| StructureType | sType = StructureType::eDeviceQueueInfo2 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| DeviceQueueCreateFlags VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::flags |
| uint32_t VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::queueFamilyIndex |
| uint32_t VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::queueIndex |
|
private |
1.8.15