Lines Matching defs:PhysicalDeviceDriverProperties
63297 struct PhysicalDeviceDriverProperties struct
63299 using NativeType = VkPhysicalDeviceDriverProperties;
63301 static const bool allowDuplicate = false;
63302 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDriverProperties;
63305 …P_CONSTEXPR_14 PhysicalDeviceDriverProperties( VULKAN_HPP_NAMESPACE::DriverId driverID_ = VULKAN_H… in PhysicalDeviceDriverProperties() function
63320 … PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
63330 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
63334 operator VkPhysicalDeviceDriverProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
63339 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
63355 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
63362 …strong_ordering operator<=>( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()
63381 bool operator==( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
63387 bool operator!=( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
63393 … sType = StructureType::ePhysicalDeviceDriverProperties;
63394 void * pNext = {};
63395 … driverID = VULKAN_HPP_NAMESPACE::DriverId::eAmdProprietary;
63396 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_NAME_SIZE> driverName = {};
63397 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_INFO_SIZE> driverInfo = {};
63398 VULKAN_HPP_NAMESPACE::ConformanceVersion conformanceVersion = {};