|  | CopperSpice API
       2.0.0
    | 
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) | 
The QVulkanExtensionProperties class represents information about a Vulkan extension properties
| 
 | related | 
Returns true if Vulkan extensions lhs and rhs are have different name or version.
| 
 | related | 
Returns true if Vulkan extensions lhs and rhs are have the same name and version.
| 
 | related | 
Returns the hash value for the given key using seed to seed the calculation.
| QString QVulkanExtensionProperties::extensionName | 
The name of the extension.
| uint32_t QVulkanExtensionProperties::extensionVersion | 
The API version number this extension provides.