![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQuick3DRuntimeRender/private/qssgrenderloadedtexture_p.h>#include <QtQuick3DRuntimeRender/private/qssgrendererutil_p.h>#include <QtQuick3DRuntimeRender/private/qssgruntimerenderlogging_p.h>#include <QtQuick3DRuntimeRender/private/qssgrendertexturedata_p.h>#include <QtGui/QImageReader>#include <QtGui/QColorSpace>#include <QtMath>#include <QtQuick3DUtils/private/qssgutils_p.h>#include <QtQuick3DUtils/private/qssgassert_p.h>#include <private/qtexturefilereader_p.h>#include <zlib.h>#include <tinyexr.h>#include "qssglightmapio_p.h"Go to the source code of this file.
Macros | |
| #define | TINYEXR_IMPLEMENTATION |
| #define | TINYEXR_USE_MINIZ 0 |
| #define | TINYEXR_USE_THREAD 1 |
| #define | R 0 |
| #define | G 1 |
| #define | B 2 |
| #define | E 3 |
| #define | MINELEN 8 |
| #define | MAXELEN 0x7fff |
Functions | |
| static QSSGRenderTextureFormat | fromGLtoTextureFormat (quint32 internalFormat) |
| static QImage | loadImage (const QString &inPath, bool flipVertical) |
| static bool | isCompatible (const QImage &img1, const QImage &img2) |
| static QSSGLoadedTexture * | loadCubeMap (const QString &inPath, bool flipY) |
| #define B 2 |
Definition at line 363 of file qssgrenderloadedtexture.cpp.
| #define E 3 |
Definition at line 364 of file qssgrenderloadedtexture.cpp.
| #define G 1 |
Definition at line 362 of file qssgrenderloadedtexture.cpp.
| #define MAXELEN 0x7fff |
Definition at line 367 of file qssgrenderloadedtexture.cpp.
| #define MINELEN 8 |
Definition at line 366 of file qssgrenderloadedtexture.cpp.
| #define R 0 |
Definition at line 361 of file qssgrenderloadedtexture.cpp.
| #define TINYEXR_IMPLEMENTATION |
Definition at line 19 of file qssgrenderloadedtexture.cpp.
| #define TINYEXR_USE_MINIZ 0 |
Definition at line 20 of file qssgrenderloadedtexture.cpp.
| #define TINYEXR_USE_THREAD 1 |
Definition at line 21 of file qssgrenderloadedtexture.cpp.
|
inlinestatic |
Definition at line 104 of file qssgrenderloadedtexture.cpp.
Definition at line 895 of file qssgrenderloadedtexture.cpp.
|
static |
Definition at line 905 of file qssgrenderloadedtexture.cpp.
Definition at line 278 of file qssgrenderloadedtexture.cpp.