Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QVulkanLayer Class Reference

\inmodule QtGui More...

Collaboration diagram for QVulkanLayer:

(Note that these are not member symbols.)

bool operator== (const QVulkanLayer &lhs, const QVulkanLayer &rhs)
 \variable QVulkanLayer::name
bool operator!= (const QVulkanLayer &lhs, const QVulkanLayer &rhs)

Detailed Description

\inmodule QtGui

Represents information about a Vulkan layer.

◆ operator!=()

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

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

◆ operator==()

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

\variable QVulkanLayer::name

The name of the layer.

\variable QVulkanLayer::version

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

\variable QVulkanLayer::specVersion

The Vulkan version the layer was written against.

\variable QVulkanLayer::description

The description of the layer.

Since
5.10

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


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