![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssglightmapio_p.h>
Public Member Functions | |
~QSSGLightmapWriter () | |
bool | writeF32Image (const QString &key, QSSGLightmapIODataTag tag, const QByteArray &imageFP32) |
bool | writeU32Image (const QString &key, QSSGLightmapIODataTag tag, const QByteArray &imageU32) |
bool | writeData (const QString &key, QSSGLightmapIODataTag tag, const QByteArray &buffer) |
bool | writeMap (const QString &key, QSSGLightmapIODataTag tag, const QVariantMap &data) |
bool | close () const |
Static Public Member Functions | |
static QSharedPointer< QSSGLightmapWriter > | open (const QSharedPointer< QIODevice > &stream) |
static QSharedPointer< QSSGLightmapWriter > | open (const QString &path) |
Definition at line 66 of file qssglightmapio_p.h.
QSSGLightmapWriter::~QSSGLightmapWriter | ( | ) |
Definition at line 575 of file qssglightmapio.cpp.
bool QSSGLightmapWriter::close | ( | ) | const |
Definition at line 633 of file qssglightmapio.cpp.
|
static |
Definition at line 589 of file qssglightmapio.cpp.
|
static |
Definition at line 584 of file qssglightmapio.cpp.
bool QSSGLightmapWriter::writeData | ( | const QString & | key, |
QSSGLightmapIODataTag | tag, | ||
const QByteArray & | buffer ) |
Definition at line 623 of file qssglightmapio.cpp.
bool QSSGLightmapWriter::writeF32Image | ( | const QString & | key, |
QSSGLightmapIODataTag | tag, | ||
const QByteArray & | imageFP32 ) |
Definition at line 609 of file qssglightmapio.cpp.
bool QSSGLightmapWriter::writeMap | ( | const QString & | key, |
QSSGLightmapIODataTag | tag, | ||
const QVariantMap & | data ) |
Definition at line 628 of file qssglightmapio.cpp.
bool QSSGLightmapWriter::writeU32Image | ( | const QString & | key, |
QSSGLightmapIODataTag | tag, | ||
const QByteArray & | imageU32 ) |
Definition at line 616 of file qssglightmapio.cpp.