CopperSpice API  1.9.1
QVulkanLayerProperties Class Reference

Represents information about a Vulkan layer. More...

Public Members

QString description
 
uint32_t implementationVersion
 
QString layerName
 
uint32_t specVersion
 

Related Functions

These are not member functions

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

Detailed Description

The QVulkanLayerProperties class represents information about a Vulkan layer.

Friends And Related Function Documentation

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

Returns true if Vulkan layers lhs and rhs have different name, version, or spec version.

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

Returns true if Vulkan layers lhs and rhs have the same name, version, and spec version.

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

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

Member Data Documentation

QString QVulkanLayerProperties::description

The description of the layer.

uint32_t QVulkanLayerProperties::implementationVersion

The version number assigned by the vendor to this layer.

QString QVulkanLayerProperties::layerName

The name of the layer.

uint32_t QVulkanLayerProperties::specVersion

The Vulkan API version number this layer uses.