SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceIDProperties const & () const | |
operator VkPhysicalDeviceIDProperties & () | |
bool | operator== (PhysicalDeviceIDProperties const &rhs) const |
bool | operator!= (PhysicalDeviceIDProperties const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
uint8_t | deviceUUID [VK_UUID_SIZE] |
uint8_t | driverUUID [VK_UUID_SIZE] |
uint8_t | deviceLUID [VK_LUID_SIZE] |
uint32_t | deviceNodeMask |
Bool32 | deviceLUIDValid |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceIdProperties |
Definition at line 13392 of file vulkan.hpp.
|
inline |
Definition at line 13399 of file vulkan.hpp.
|
inline |
Definition at line 13394 of file vulkan.hpp.
|
inline |
Definition at line 13415 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 13404 of file vulkan.hpp.
References deviceLUID, deviceLUIDValid, deviceNodeMask, deviceUUID, driverUUID, pNext, sType, VK_LUID_SIZE, and VK_UUID_SIZE.
Referenced by operator!=().
uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceLUID[VK_LUID_SIZE] |
Definition at line 13427 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceLUIDValid |
Definition at line 13429 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceNodeMask |
Definition at line 13428 of file vulkan.hpp.
Referenced by operator==().
uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceUUID[VK_UUID_SIZE] |
Definition at line 13425 of file vulkan.hpp.
Referenced by operator==().
uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::driverUUID[VK_UUID_SIZE] |
Definition at line 13426 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::pNext = nullptr |
Definition at line 13424 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 13421 of file vulkan.hpp.
Referenced by operator==().