Lines Matching defs:PhysicalDeviceDriverProperties
63917 struct PhysicalDeviceDriverProperties struct
63923 …VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceDriverProperties(VULKAN_HPP_NAMESPACE::DriverId driverID_ = … in PhysicalDeviceDriverProperties() function
63929 … PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() function
63937 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
63941 …eviceDriverProperties & operator=( PhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
63948 operator VkPhysicalDeviceDriverProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
63953 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
63962 bool operator==( PhysicalDeviceDriverProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
63972 bool operator!=( PhysicalDeviceDriverProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
63981 … const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceDriverProperties;
63982 void* pNext = {};
63983 VULKAN_HPP_NAMESPACE::DriverId driverID = VULKAN_HPP_NAMESPACE::DriverId::eAmdProprietary;
63984 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_NAME_SIZE> driverName = {};
63985 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_INFO_SIZE> driverInfo = {};
63986 VULKAN_HPP_NAMESPACE::ConformanceVersion conformanceVersion = {};