Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QVulkanExtension Class Reference

\inmodule QtGui More...

+ Collaboration diagram for QVulkanExtension:

Related Symbols

(Note that these are not member symbols.)

bool operator== (const QVulkanExtension &lhs, const QVulkanExtension &rhs)
 \variable QVulkanExtension::name
 
bool operator!= (const QVulkanExtension &lhs, const QVulkanExtension &rhs)
 
size_t qHash (const QVulkanExtension &key, size_t seed=0)
 

Detailed Description

\inmodule QtGui

Represents information about a Vulkan extension.

Friends And Related Symbol Documentation

◆ operator!=()

bool operator!= ( const QVulkanExtension & lhs,
const QVulkanExtension & rhs )
related
Since
5.10

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

◆ operator==()

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

\variable QVulkanExtension::name

The name of the extension.

\variable QVulkanExtension::version

The version of the extension. This is an integer, increasing with each backward compatible change.

Since
5.10

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

◆ qHash()

size_t qHash ( const QVulkanExtension & key,
size_t seed = 0 )
related
Since
5.10

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


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