SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceProperties const & () const | |
operator VkPhysicalDeviceProperties & () | |
bool | operator== (PhysicalDeviceProperties const &rhs) const |
bool | operator!= (PhysicalDeviceProperties const &rhs) const |
Definition at line 27769 of file vulkan.hpp.
|
inline |
Definition at line 27776 of file vulkan.hpp.
|
inline |
Definition at line 27771 of file vulkan.hpp.
|
inline |
Definition at line 27794 of file vulkan.hpp.
|
inline |
Definition at line 27781 of file vulkan.hpp.
References apiVersion, deviceID, deviceName, deviceType, driverVersion, limits, pipelineCacheUUID, sparseProperties, vendorID, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, and VK_UUID_SIZE.
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::apiVersion |
Definition at line 27799 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::deviceID |
Definition at line 27802 of file vulkan.hpp.
Referenced by operator==().
char VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] |
Definition at line 27804 of file vulkan.hpp.
Referenced by operator==().
PhysicalDeviceType VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::deviceType |
Definition at line 27803 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::driverVersion |
Definition at line 27800 of file vulkan.hpp.
Referenced by operator==().
PhysicalDeviceLimits VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::limits |
Definition at line 27806 of file vulkan.hpp.
Referenced by operator==().
uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE] |
Definition at line 27805 of file vulkan.hpp.
Referenced by operator==().
PhysicalDeviceSparseProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::sparseProperties |
Definition at line 27807 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::vendorID |
Definition at line 27801 of file vulkan.hpp.
Referenced by operator==().