Lines Matching defs:PhysicalDeviceDriverProperties

62733   struct PhysicalDeviceDriverProperties  struct
62735 using NativeType = VkPhysicalDeviceDriverProperties;
62737 static const bool allowDuplicate = false;
62738 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDriverProperties;
62741 …P_CONSTEXPR_14 PhysicalDeviceDriverProperties( VULKAN_HPP_NAMESPACE::DriverId driverID_ = VULKAN_H… in PhysicalDeviceDriverProperties() function
62756PhysicalDeviceDriverProperties( VkPhysicalDeviceDriverProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceDriverProperties() argument
62762 PhysicalDeviceDriverProperties( VULKAN_HPP_NAMESPACE::DriverId driverID_, in PhysicalDeviceDriverProperties() argument
62790 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverProperties const *>( &rhs ); in operator =()
62794 operator VkPhysicalDeviceDriverProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties const&()
62799 operator VkPhysicalDeviceDriverProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDriverProperties&()
62815 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
62822 …strong_ordering operator<=>( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()
62841 bool operator==( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
62847 bool operator!=( PhysicalDeviceDriverProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
62853 … sType = StructureType::ePhysicalDeviceDriverProperties;
62854 void * pNext = {};
62855 … driverID = VULKAN_HPP_NAMESPACE::DriverId::eAmdProprietary;
62856 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_NAME_SIZE> driverName = {};
62857 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DRIVER_INFO_SIZE> driverInfo = {};
62858 VULKAN_HPP_NAMESPACE::ConformanceVersion conformanceVersion = {};