![]() |
Qt 6.x
The Qt SDK
|
#include "qktxhandler_p.h"
#include "qtexturefiledata_p.h"
#include <QtEndian>
#include <QSize>
#include <QMap>
#include <QtCore/qiodevice.h>
Go to the source code of this file.
Classes | |
struct | KTXHeader |
struct | KTXKeyValuePairItem |
struct | KTXMipmapLevel |
Macros | |
#define | KTX_IDENTIFIER_LENGTH 12 |
Functions | |
constexpr quint32 | withPadding (quint32 value, quint32 rounding) |
Variables | |
static const char | ktxIdentifier [KTX_IDENTIFIER_LENGTH] = { '\xAB', 'K', 'T', 'X', ' ', '1', '1', '\xBB', '\r', '\n', '\x1A', '\n' } |
static const quint32 | platformEndianIdentifier = 0x04030201 |
static const quint32 | inversePlatformEndianIdentifier = 0x01020304 |
static const quint32 | qktxh_headerSize = sizeof(KTXHeader) |
#define KTX_IDENTIFIER_LENGTH 12 |
Definition at line 22 of file qktxhandler.cpp.
Definition at line 75 of file qktxhandler.cpp.
References Q_ASSERT.
Referenced by QKtxHandler::read().
|
static |
Definition at line 25 of file qktxhandler.cpp.
|
static |
Definition at line 23 of file qktxhandler.cpp.
Referenced by QKtxHandler::canRead(), and renderToKTXFileInternal().
|
static |
Definition at line 24 of file qktxhandler.cpp.
Referenced by renderToKTXFileInternal().
Definition at line 44 of file qktxhandler.cpp.
Referenced by QKtxHandler::read().