(5ef9b4efe128b4c26845c9e1f19e3e9be429c19c)
#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.
|
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 constexpr quint32 | qktxh_headerSize = sizeof(KTXHeader) |
◆ KTX_IDENTIFIER_LENGTH
#define KTX_IDENTIFIER_LENGTH 12 |
◆ nearestMultipleOf4()
◆ safeView()
◆ inversePlatformEndianIdentifier
const quint32 inversePlatformEndianIdentifier = 0x01020304 |
|
static |
◆ ktxIdentifier
const char ktxIdentifier = { '\xAB', 'K', 'T', 'X', ' ', '1', '1', '\xBB', '\r', '\n', '\x1A', '\n' } |
|
static |
◆ platformEndianIdentifier
const quint32 platformEndianIdentifier = 0x04030201 |
|
static |
◆ qktxh_headerSize