Vulkan-Hpp
vk::QueueFamilyProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueueFamilyProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueueFamilyProperties (vk::QueueFlags queueFlags_={}, uint32_t queueCount_={}, uint32_t timestampValidBits_={}, vk::Extent3D minImageTransferGranularity_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueueFamilyProperties (QueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueueFamilyProperties (VkQueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
QueueFamilyPropertiesoperator= (QueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueueFamilyPropertiesoperator= (VkQueueFamilyProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueueFamilyProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueueFamilyProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::QueueFlags queueFlags = {}
 
uint32_t queueCount = {}
 
uint32_t timestampValidBits = {}
 
vk::Extent3D minImageTransferGranularity = {}
 

Detailed Description

Definition at line 98374 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ QueueFamilyProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::QueueFamilyProperties::QueueFamilyProperties ( vk::QueueFlags  queueFlags_ = {},
uint32_t  queueCount_ = {},
uint32_t  timestampValidBits_ = {},
vk::Extent3D  minImageTransferGranularity_ = {} 
)
inline

Definition at line 98379 of file vulkan_structs.hpp.

◆ QueueFamilyProperties() [2/3]

VULKAN_HPP_CONSTEXPR vk::QueueFamilyProperties::QueueFamilyProperties ( QueueFamilyProperties const &  rhs)
default

◆ QueueFamilyProperties() [3/3]

vk::QueueFamilyProperties::QueueFamilyProperties ( VkQueueFamilyProperties const &  rhs)
inline

Definition at line 98392 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkQueueFamilyProperties &()

vk::QueueFamilyProperties::operator VkQueueFamilyProperties & ( )
inline

Definition at line 98411 of file vulkan_structs.hpp.

◆ operator VkQueueFamilyProperties const &()

vk::QueueFamilyProperties::operator VkQueueFamilyProperties const & ( ) const
inline

Definition at line 98406 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::QueueFamilyProperties::operator!= ( QueueFamilyProperties const &  rhs) const
inline

Definition at line 98441 of file vulkan_structs.hpp.

◆ operator=() [1/2]

QueueFamilyProperties& vk::QueueFamilyProperties::operator= ( QueueFamilyProperties const &  rhs)
default

◆ operator=() [2/2]

QueueFamilyProperties& vk::QueueFamilyProperties::operator= ( VkQueueFamilyProperties const &  rhs)
inline

Definition at line 98400 of file vulkan_structs.hpp.

◆ operator==()

bool vk::QueueFamilyProperties::operator== ( QueueFamilyProperties const &  rhs) const
inline

Definition at line 98431 of file vulkan_structs.hpp.

Member Data Documentation

◆ minImageTransferGranularity

vk::Extent3D vk::QueueFamilyProperties::minImageTransferGranularity = {}

Definition at line 98451 of file vulkan_structs.hpp.

◆ queueCount

uint32_t vk::QueueFamilyProperties::queueCount = {}

Definition at line 98449 of file vulkan_structs.hpp.

◆ queueFlags

vk::QueueFlags vk::QueueFamilyProperties::queueFlags = {}

Definition at line 98448 of file vulkan_structs.hpp.

◆ timestampValidBits

uint32_t vk::QueueFamilyProperties::timestampValidBits = {}

Definition at line 98450 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: