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>
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 350 of file qssgrenderloadedtexture.cpp.
#define E 3 |
Definition at line 351 of file qssgrenderloadedtexture.cpp.
#define G 1 |
Definition at line 349 of file qssgrenderloadedtexture.cpp.
#define MAXELEN 0x7fff |
Definition at line 354 of file qssgrenderloadedtexture.cpp.
#define MINELEN 8 |
Definition at line 353 of file qssgrenderloadedtexture.cpp.
#define R 0 |
Definition at line 348 of file qssgrenderloadedtexture.cpp.
#define TINYEXR_IMPLEMENTATION |
Definition at line 18 of file qssgrenderloadedtexture.cpp.
#define TINYEXR_USE_MINIZ 0 |
Definition at line 19 of file qssgrenderloadedtexture.cpp.
#define TINYEXR_USE_THREAD 1 |
Definition at line 20 of file qssgrenderloadedtexture.cpp.
|
inlinestatic |
Definition at line 96 of file qssgrenderloadedtexture.cpp.
Definition at line 875 of file qssgrenderloadedtexture.cpp.
|
static |
Definition at line 885 of file qssgrenderloadedtexture.cpp.
Definition at line 270 of file qssgrenderloadedtexture.cpp.