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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties:
[legend]

Public Member Functions

 operator const VkPhysicalDeviceProperties & () const
 
bool operator== (PhysicalDeviceProperties const &rhs) const
 
bool operator!= (PhysicalDeviceProperties const &rhs) const
 

Public Attributes

uint32_t apiVersion
 
uint32_t driverVersion
 
uint32_t vendorID
 
uint32_t deviceID
 
PhysicalDeviceType deviceType
 
char deviceName [VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]
 
uint8_t pipelineCacheUUID [VK_UUID_SIZE]
 
PhysicalDeviceLimits limits
 
PhysicalDeviceSparseProperties sparseProperties
 

Member Function Documentation

◆ operator const VkPhysicalDeviceProperties &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::operator const VkPhysicalDeviceProperties & ( ) const
inline

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ apiVersion

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::apiVersion

◆ deviceID

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::deviceID

◆ deviceName

char VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::deviceName[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE]

◆ deviceType

PhysicalDeviceType VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::deviceType

◆ driverVersion

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::driverVersion

◆ limits

PhysicalDeviceLimits VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::limits

◆ pipelineCacheUUID

uint8_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::pipelineCacheUUID[VK_UUID_SIZE]

◆ sparseProperties

PhysicalDeviceSparseProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::sparseProperties

◆ vendorID

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties::vendorID

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