#include <vulkan_structs.hpp>
|
VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceProperties (uint32_t apiVersion_={}, uint32_t driverVersion_={}, uint32_t vendorID_={}, uint32_t deviceID_={}, VULKAN_HPP_NAMESPACE::PhysicalDeviceType deviceType_=VULKAN_HPP_NAMESPACE::PhysicalDeviceType::eOther, std::array< char, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE > const &deviceName_={}, std::array< uint8_t, VK_UUID_SIZE > const &pipelineCacheUUID_={}, VULKAN_HPP_NAMESPACE::PhysicalDeviceLimits limits_={}, VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties sparseProperties_={}) VULKAN_HPP_NOEXCEPT |
|
VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceProperties (PhysicalDeviceProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
|
| PhysicalDeviceProperties (VkPhysicalDeviceProperties const &rhs) VULKAN_HPP_NOEXCEPT |
|
PhysicalDeviceProperties & | operator= (PhysicalDeviceProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
|
PhysicalDeviceProperties & | operator= (VkPhysicalDeviceProperties const &rhs) VULKAN_HPP_NOEXCEPT |
|
| operator VkPhysicalDeviceProperties const & () const VULKAN_HPP_NOEXCEPT |
|
| operator VkPhysicalDeviceProperties & () VULKAN_HPP_NOEXCEPT |
|
bool | operator== (PhysicalDeviceProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
|
bool | operator!= (PhysicalDeviceProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
|
Definition at line 66991 of file vulkan_structs.hpp.
VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::PhysicalDeviceProperties |
( |
uint32_t |
apiVersion_ = {} , |
|
|
uint32_t |
driverVersion_ = {} , |
|
|
uint32_t |
vendorID_ = {} , |
|
|
uint32_t |
deviceID_ = {} , |
|
|
VULKAN_HPP_NAMESPACE::PhysicalDeviceType |
deviceType_ = VULKAN_HPP_NAMESPACE::PhysicalDeviceType::eOther , |
|
|
std::array< char, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE > const & |
deviceName_ = {} , |
|
|
std::array< uint8_t, VK_UUID_SIZE > const & |
pipelineCacheUUID_ = {} , |
|
|
VULKAN_HPP_NAMESPACE::PhysicalDeviceLimits |
limits_ = {} , |
|
|
VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseProperties |
sparseProperties_ = {} |
|
) |
| |
|
inline |
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::apiVersion = {} |
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::deviceID = {} |
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::driverVersion = {} |
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::vendorID = {} |
The documentation for this struct was generated from the following file: