QSSGRenderTextureProviderExtension Class

Base class for texture providers backend node implementations. More...

Header: #include <QSSGRenderTextureProviderExtension>
Since: Qt 6.11
Inherits: QSSGRenderExtension

Reimplemented Public Functions

virtual QSSGRenderExtension::RenderMode mode() const override
virtual QSSGRenderExtension::RenderStage stage() const override

Detailed Description

Note: This class is meant to be used together with QQuick3DTextureProviderExtension. and the mode and stage is always Standalone and PostColor respectively.

See also QQuick3DTextureProviderExtension.