CopperSpice API  1.9.1
QVulkanExtensionProperties Class Reference

Represents information about a Vulkan extension properties. More...

Public Members

QString extensionName
 
uint32_t extensionVersion
 

Related Functions

These are not member functions

bool operator!= (const QVulkanExtensionProperties &lhs, const QVulkanExtensionProperties &rhs)
 
bool operator== (const QVulkanExtensionProperties &lhs, const QVulkanExtensionProperties &rhs)
 
size_t qHash (const QVulkanExtensionProperties &key, size_t seed)
 

Detailed Description

The QVulkanExtensionProperties class represents information about a Vulkan extension properties

Friends And Related Function Documentation

bool operator!= ( const QVulkanExtensionProperties &  lhs,
const QVulkanExtensionProperties &  rhs 
)
related

Returns true if Vulkan extensions lhs and rhs are have different name or version.

bool operator== ( const QVulkanExtensionProperties &  lhs,
const QVulkanExtensionProperties &  rhs 
)
related

Returns true if Vulkan extensions lhs and rhs are have the same name and version.

size_t qHash ( const QVulkanExtensionProperties &  key,
size_t  seed 
)
related

Returns the hash value for the given key using seed to seed the calculation.

Member Data Documentation

QString QVulkanExtensionProperties::extensionName

The name of the extension.

uint32_t QVulkanExtensionProperties::extensionVersion

The API version number this extension provides.