HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::QueueFamilyProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueueFamilyProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueueFamilyProperties (VULKAN_HPP_NAMESPACE::QueueFlags queueFlags_={}, uint32_t queueCount_={}, uint32_t timestampValidBits_={}, VULKAN_HPP_NAMESPACE::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

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

Detailed Description

Definition at line 85127 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 85132 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueueFamilyProperties::QueueFamilyProperties ( QueueFamilyProperties const rhs)
default
VULKAN_HPP_NAMESPACE::QueueFamilyProperties::QueueFamilyProperties ( VkQueueFamilyProperties const rhs)
inline

Definition at line 85145 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 85164 of file vulkan_structs.hpp.

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

Definition at line 85159 of file vulkan_structs.hpp.

QueueFamilyProperties& VULKAN_HPP_NAMESPACE::QueueFamilyProperties::operator= ( QueueFamilyProperties const rhs)
default
QueueFamilyProperties& VULKAN_HPP_NAMESPACE::QueueFamilyProperties::operator= ( VkQueueFamilyProperties const rhs)
inline

Definition at line 85153 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::QueueFamilyProperties::operator== ( QueueFamilyProperties const rhs) const
inline

Definition at line 85184 of file vulkan_structs.hpp.

Member Data Documentation

VULKAN_HPP_NAMESPACE::Extent3D VULKAN_HPP_NAMESPACE::QueueFamilyProperties::minImageTransferGranularity = {}

Definition at line 85204 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::QueueFamilyProperties::queueCount = {}

Definition at line 85202 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueueFlags VULKAN_HPP_NAMESPACE::QueueFamilyProperties::queueFlags = {}

Definition at line 85201 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::QueueFamilyProperties::timestampValidBits = {}

Definition at line 85203 of file vulkan_structs.hpp.


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