struct PhysicalDeviceProperties
Defined at line 75873 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
uint32_t apiVersion
uint32_t driverVersion
uint32_t vendorID
uint32_t deviceID
PhysicalDeviceType deviceType
ArrayWrapper1D deviceName
ArrayWrapper1D pipelineCacheUUID
PhysicalDeviceLimits limits
PhysicalDeviceSparseProperties sparseProperties
Public Methods
void PhysicalDeviceProperties (uint32_t apiVersion_, uint32_t driverVersion_, uint32_t vendorID_, uint32_t deviceID_, vk::PhysicalDeviceType deviceType_, const std::array<char, 256U> & deviceName_, const std::array<uint8_t, 16U> & pipelineCacheUUID_, vk::PhysicalDeviceLimits limits_, vk::PhysicalDeviceSparseProperties sparseProperties_)
Defined at line 75878 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PhysicalDeviceProperties (const PhysicalDeviceProperties & rhs)
Defined at line 75899 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PhysicalDeviceProperties (const VkPhysicalDeviceProperties & rhs)
Defined at line 75901 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PhysicalDeviceProperties & operator= (const PhysicalDeviceProperties & rhs)
Defined at line 75906 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PhysicalDeviceProperties & operator= (const VkPhysicalDeviceProperties & rhs)
Defined at line 75909 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPhysicalDeviceProperties & operator const VkPhysicalDeviceProperties & ()
Defined at line 75915 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPhysicalDeviceProperties & operator VkPhysicalDeviceProperties & ()
Defined at line 75920 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::partial_ordering operator<=> (const PhysicalDeviceProperties & rhs)
Defined at line 75946 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator== (const PhysicalDeviceProperties & rhs)
Defined at line 75971 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator!= (const PhysicalDeviceProperties & rhs)
Defined at line 75978 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp