struct PhysicalDeviceDriverProperties
Defined at line 110746 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkPhysicalDeviceDriverProperties, see
https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDeviceDriverProperties.html
Public Members
StructureType sType
void * pNext
DriverId driverID
ArrayWrapper1D driverName
ArrayWrapper1D driverInfo
ConformanceVersion conformanceVersion
Public Methods
void PhysicalDeviceDriverProperties (DriverIddriverID_,const std::array<char, 256U> &driverName_,const std::array<char, 256U> &driverInfo_,ConformanceVersionconformanceVersion_,void *pNext_)
Defined at line 110754 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PhysicalDeviceDriverProperties (const PhysicalDeviceDriverProperties & rhs)
Defined at line 110767 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PhysicalDeviceDriverProperties (const VkPhysicalDeviceDriverProperties & rhs)
Defined at line 110769 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PhysicalDeviceDriverProperties & operator= (const PhysicalDeviceDriverProperties & rhs)
Defined at line 110774 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PhysicalDeviceDriverProperties & operator= (const VkPhysicalDeviceDriverProperties & rhs)
Defined at line 110777 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPhysicalDeviceDriverProperties & operator const VkPhysicalDeviceDriverProperties & ()
Defined at line 110783 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPhysicalDeviceDriverProperties & operator VkPhysicalDeviceDriverProperties & ()
Defined at line 110788 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPhysicalDeviceDriverProperties * operator const VkPhysicalDeviceDriverProperties * ()
Defined at line 110793 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPhysicalDeviceDriverProperties * operator VkPhysicalDeviceDriverProperties * ()
Defined at line 110798 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const PhysicalDeviceDriverProperties & rhs)
Defined at line 110817 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator== (const PhysicalDeviceDriverProperties & rhs)
Defined at line 110836 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator!= (const PhysicalDeviceDriverProperties & rhs)
Defined at line 110842 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp