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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceDriverProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDriverProperties (VULKAN_HPP_NAMESPACE::DriverId driverID_=VULKAN_HPP_NAMESPACE::DriverId::eAmdProprietary, std::array< char, VK_MAX_DRIVER_NAME_SIZE > const &driverName_={}, std::array< char, VK_MAX_DRIVER_INFO_SIZE > const &driverInfo_={}, VULKAN_HPP_NAMESPACE::ConformanceVersion conformanceVersion_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDriverProperties (PhysicalDeviceDriverProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceDriverProperties (VkPhysicalDeviceDriverProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceDriverPropertiesoperator= (PhysicalDeviceDriverProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceDriverPropertiesoperator= (VkPhysicalDeviceDriverProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDriverProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceDriverProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceDriverProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceDriverProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDriverProperties
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::DriverId driverID = VULKAN_HPP_NAMESPACE::DriverId::eAmdProprietary
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< char,
VK_MAX_DRIVER_NAME_SIZE
driverName = {}
 
VULKAN_HPP_NAMESPACE::ArrayWrapper1D
< char,
VK_MAX_DRIVER_INFO_SIZE
driverInfo = {}
 
VULKAN_HPP_NAMESPACE::ConformanceVersion conformanceVersion = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 54885 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::PhysicalDeviceDriverProperties ( VULKAN_HPP_NAMESPACE::DriverId  driverID_ = VULKAN_HPP_NAMESPACE::DriverId::eAmdProprietary,
std::array< char, VK_MAX_DRIVER_NAME_SIZE > const driverName_ = {},
std::array< char, VK_MAX_DRIVER_INFO_SIZE > const driverInfo_ = {},
VULKAN_HPP_NAMESPACE::ConformanceVersion  conformanceVersion_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 54893 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::PhysicalDeviceDriverProperties ( PhysicalDeviceDriverProperties const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::PhysicalDeviceDriverProperties ( VkPhysicalDeviceDriverProperties const rhs)
inline

Definition at line 54908 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::operator VkPhysicalDeviceDriverProperties & ( )
inline

Definition at line 54927 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::operator VkPhysicalDeviceDriverProperties const & ( ) const
inline

Definition at line 54922 of file vulkan_structs.hpp.

PhysicalDeviceDriverProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::operator= ( PhysicalDeviceDriverProperties const rhs)
default
PhysicalDeviceDriverProperties& VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::operator= ( VkPhysicalDeviceDriverProperties const rhs)
inline

Definition at line 54916 of file vulkan_structs.hpp.

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

Definition at line 54952 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::allowDuplicate = false
static

Definition at line 54889 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ConformanceVersion VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::conformanceVersion = {}

Definition at line 54974 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DriverId VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::driverID = VULKAN_HPP_NAMESPACE::DriverId::eAmdProprietary

Definition at line 54971 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_INFO_SIZE> VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::driverInfo = {}

Definition at line 54973 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_NAME_SIZE> VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::driverName = {}

Definition at line 54972 of file vulkan_structs.hpp.

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::pNext = {}

Definition at line 54970 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::structureType = StructureType::ePhysicalDeviceDriverProperties
static

Definition at line 54890 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties::sType = StructureType::ePhysicalDeviceDriverProperties

Definition at line 54969 of file vulkan_structs.hpp.


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