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
qsgtexture_p.h File Reference

(655ff8592be71b726f39d3b1a178c3ca57944715)

#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_EXPORT bool qsg_safeguard_texture (QSGTexture *)
 

Function Documentation

◆ operator!=()

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

Definition at line 49 of file qsgtexture.cpp.

◆ operator==()

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

Definition at line 40 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 54 of file qsgtexture.cpp.

References seed.

◆ qsg_safeguard_texture()

Q_QUICK_EXPORT bool qsg_safeguard_texture ( QSGTexture * )