Vulkan-Hpp
vk::PhysicalDeviceToolProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceToolProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceToolProperties (std::array< char, VK_MAX_EXTENSION_NAME_SIZE > const &name_={}, std::array< char, VK_MAX_EXTENSION_NAME_SIZE > const &version_={}, vk::ToolPurposeFlags purposes_={}, std::array< char, VK_MAX_DESCRIPTION_SIZE > const &description_={}, std::array< char, VK_MAX_EXTENSION_NAME_SIZE > const &layer_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceToolProperties (PhysicalDeviceToolProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceToolProperties (VkPhysicalDeviceToolProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceToolPropertiesoperator= (PhysicalDeviceToolProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceToolPropertiesoperator= (VkPhysicalDeviceToolProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceToolProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceToolProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceToolProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceToolProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceToolProperties
 
void * pNext = {}
 
vk::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZEname = {}
 
vk::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZEversion = {}
 
vk::ToolPurposeFlags purposes = {}
 
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZEdescription = {}
 
vk::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZElayer = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceToolProperties
 

Detailed Description

Definition at line 85795 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceToolProperties() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceToolProperties::PhysicalDeviceToolProperties ( std::array< char, VK_MAX_EXTENSION_NAME_SIZE > const &  name_ = {},
std::array< char, VK_MAX_EXTENSION_NAME_SIZE > const &  version_ = {},
vk::ToolPurposeFlags  purposes_ = {},
std::array< char, VK_MAX_DESCRIPTION_SIZE > const &  description_ = {},
std::array< char, VK_MAX_EXTENSION_NAME_SIZE > const &  layer_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 85803 of file vulkan_structs.hpp.

◆ PhysicalDeviceToolProperties() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceToolProperties::PhysicalDeviceToolProperties ( PhysicalDeviceToolProperties const &  rhs)
default

◆ PhysicalDeviceToolProperties() [3/3]

vk::PhysicalDeviceToolProperties::PhysicalDeviceToolProperties ( VkPhysicalDeviceToolProperties const &  rhs)
inline

Definition at line 85820 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceToolProperties &()

vk::PhysicalDeviceToolProperties::operator VkPhysicalDeviceToolProperties & ( )
inline

Definition at line 85839 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceToolProperties const &()

vk::PhysicalDeviceToolProperties::operator VkPhysicalDeviceToolProperties const & ( ) const
inline

Definition at line 85834 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 85875 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceToolProperties& vk::PhysicalDeviceToolProperties::operator= ( VkPhysicalDeviceToolProperties const &  rhs)
inline

Definition at line 85828 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 85865 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceToolProperties::allowDuplicate = false
static

Definition at line 85799 of file vulkan_structs.hpp.

◆ description

vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::PhysicalDeviceToolProperties::description = {}

Definition at line 85887 of file vulkan_structs.hpp.

◆ layer

vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::PhysicalDeviceToolProperties::layer = {}

Definition at line 85888 of file vulkan_structs.hpp.

◆ name

vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::PhysicalDeviceToolProperties::name = {}

Definition at line 85884 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceToolProperties::pNext = {}

Definition at line 85883 of file vulkan_structs.hpp.

◆ purposes

vk::ToolPurposeFlags vk::PhysicalDeviceToolProperties::purposes = {}

Definition at line 85886 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceToolProperties::structureType = StructureType::ePhysicalDeviceToolProperties
static

Definition at line 85800 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceToolProperties::sType = StructureType::ePhysicalDeviceToolProperties

Definition at line 85882 of file vulkan_structs.hpp.

◆ version

vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::PhysicalDeviceToolProperties::version = {}

Definition at line 85885 of file vulkan_structs.hpp.


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