![]() |
Qt 6.x
The Qt SDK
|
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 *) |
|
noexcept |
Definition at line 47 of file qsgtexture.cpp.
|
noexcept |
Definition at line 38 of file qsgtexture.cpp.
Q_DECLARE_TYPEINFO | ( | QSGSamplerDescription | , |
Q_RELOCATABLE_TYPE | |||
) |
|
noexcept |
Definition at line 52 of file qsgtexture.cpp.
References seed.
Q_QUICK_PRIVATE_EXPORT bool qsg_safeguard_texture | ( | QSGTexture * | ) |