RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties Struct Reference

#include <vulkan.hpp>

Public Member Functions

 operator const VkPhysicalDeviceIDProperties & () const
 
bool operator== (PhysicalDeviceIDProperties const &rhs) const
 
bool operator!= (PhysicalDeviceIDProperties const &rhs) const
 

Public Attributes

voidpNext = 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
 

Member Function Documentation

◆ operator const VkPhysicalDeviceIDProperties &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::operator const VkPhysicalDeviceIDProperties & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::operator!= ( PhysicalDeviceIDProperties const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::operator== ( PhysicalDeviceIDProperties const rhs) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ deviceLUID

uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceLUID[VK_LUID_SIZE]

◆ deviceLUIDValid

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceLUIDValid

◆ deviceNodeMask

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceNodeMask

◆ deviceUUID

uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::deviceUUID[VK_UUID_SIZE]

◆ driverUUID

uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::driverUUID[VK_UUID_SIZE]

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceIDProperties::sType = StructureType::ePhysicalDeviceIdProperties
private

The documentation for this struct was generated from the following file: