![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQuick3D More...
#include <qssgrenderhelpers.h>
Static Public Member Functions | |
static void | registerRenderResult (const QSSGFrameData &frameData, QSSGExtensionId extension, QRhiTexture *texture) |
Register a render result, in form of a texture, for this extension. |
\inmodule QtQuick3D
Class containing helper functions for the extensions.
Definition at line 144 of file qssgrenderhelpers.h.
|
static |
Register a render result, in form of a texture, for this extension.
Once a texture is registered, the extension can be uses as a {QtQuick3D::Texture::textureProvider}{texture provider} in QML.
frameData
Definition at line 414 of file qssgrenderhelpers.cpp.