|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::QueueFamilyProperties2:Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | QueueFamilyProperties2 (VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamilyProperties_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | QueueFamilyProperties2 (QueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
| QueueFamilyProperties2 (VkQueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
| QueueFamilyProperties2 & | operator= (VkQueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| QueueFamilyProperties2 & | operator= (QueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkQueueFamilyProperties2 const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkQueueFamilyProperties2 & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (QueueFamilyProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (QueueFamilyProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eQueueFamilyProperties2 |
| void * | pNext = {} |
| VULKAN_HPP_NAMESPACE::QueueFamilyProperties | queueFamilyProperties = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eQueueFamilyProperties2 |
Definition at line 53308 of file vulkan.hpp.
|
inline |
Definition at line 53314 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 53320 of file vulkan.hpp.
|
inline |
Definition at line 53344 of file vulkan.hpp.
|
inline |
Definition at line 53339 of file vulkan.hpp.
|
inline |
Definition at line 53360 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 53332 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 53326 of file vulkan.hpp.
|
inline |
Definition at line 53353 of file vulkan.hpp.
|
static |
Definition at line 53310 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::pNext = {} |
Definition at line 53370 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::QueueFamilyProperties VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::queueFamilyProperties = {} |
Definition at line 53371 of file vulkan.hpp.
|
static |
Definition at line 53311 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::sType = StructureType::eQueueFamilyProperties2 |
Definition at line 53369 of file vulkan.hpp.