|  | CopperSpice API
       2.0.0
    | 
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) | 
The QVulkanLayerProperties class represents information about a Vulkan layer.
| 
 | related | 
Returns true if Vulkan layers lhs and rhs have different name, version, or spec version.
| 
 | related | 
Returns true if Vulkan layers lhs and rhs have the same name, version, and spec version.
| 
 | related | 
Returns the hash value for the given key using seed to seed the calculation.
| 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.