Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsgtexture_p.h File Reference
#include <QtQuick/private/qtquickglobal_p.h>
#include <private/qobject_p.h>
#include "qsgtexture.h"
+ Include dependency graph for qsgtexture_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QSGSamplerDescription
 
class  QSGTexturePrivate
 

Functions

 Q_DECLARE_TYPEINFO (QSGSamplerDescription, Q_RELOCATABLE_TYPE)
 
bool operator== (const QSGSamplerDescription &a, const QSGSamplerDescription &b) noexcept
 
bool operator!= (const QSGSamplerDescription &a, const QSGSamplerDescription &b) noexcept
 
size_t qHash (const QSGSamplerDescription &s, size_t seed=0) noexcept
 
Q_QUICK_PRIVATE_EXPORT bool qsg_safeguard_texture (QSGTexture *)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QSGSamplerDescription a,
const QSGSamplerDescription b 
)
noexcept

Definition at line 47 of file qsgtexture.cpp.

◆ operator==()

bool operator== ( const QSGSamplerDescription a,
const QSGSamplerDescription b 
)
noexcept

Definition at line 38 of file qsgtexture.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QSGSamplerDescription  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash()

size_t qHash ( const QSGSamplerDescription s,
size_t  seed = 0 
)
noexcept

Definition at line 52 of file qsgtexture.cpp.

References seed.

◆ qsg_safeguard_texture()

Q_QUICK_PRIVATE_EXPORT bool qsg_safeguard_texture ( QSGTexture )