Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkQueueFamilyProperties2 |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | QueueFamilyProperties2 (vk::QueueFamilyProperties queueFamilyProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | QueueFamilyProperties2 (QueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
QueueFamilyProperties2 (VkQueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
QueueFamilyProperties2 & | operator= (QueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
QueueFamilyProperties2 & | operator= (VkQueueFamilyProperties2 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 |
Public Attributes | |
vk::StructureType | sType = StructureType::eQueueFamilyProperties2 |
void * | pNext = {} |
vk::QueueFamilyProperties | queueFamilyProperties = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eQueueFamilyProperties2 |
Definition at line 98454 of file vulkan_structs.hpp.
Definition at line 98456 of file vulkan_structs.hpp.
|
inline |
Definition at line 98462 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 98471 of file vulkan_structs.hpp.
|
inline |
Definition at line 98490 of file vulkan_structs.hpp.
|
inline |
Definition at line 98485 of file vulkan_structs.hpp.
|
inline |
Definition at line 98519 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 98479 of file vulkan_structs.hpp.
|
inline |
Definition at line 98510 of file vulkan_structs.hpp.
|
static |
Definition at line 98458 of file vulkan_structs.hpp.
void* vk::QueueFamilyProperties2::pNext = {} |
Definition at line 98527 of file vulkan_structs.hpp.
vk::QueueFamilyProperties vk::QueueFamilyProperties2::queueFamilyProperties = {} |
Definition at line 98528 of file vulkan_structs.hpp.
|
static |
Definition at line 98459 of file vulkan_structs.hpp.
vk::StructureType vk::QueueFamilyProperties2::sType = StructureType::eQueueFamilyProperties2 |
Definition at line 98526 of file vulkan_structs.hpp.