![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrenderpass_p.h>
Public Member Functions | |
void | renderPrep (QSSGRenderer &renderer, QSSGLayerRenderData &data) final |
void | renderPass (QSSGRenderer &renderer) final |
Type | passType () const final |
void | resetForFrame () final |
Public Member Functions inherited from QSSGRenderPass | |
virtual | ~QSSGRenderPass () |
Static Public Member Functions | |
static void | prep (const QSSGRenderContextInterface &ctx, QSSGLayerRenderData &data, QSSGPassKey passKey, QSSGRhiGraphicsPipelineState &ps, QSSGShaderFeatures shaderFeatures, QRhiRenderPassDescriptor *rpDesc, const QSSGRenderableObjectList &sortedTransparentObjects, bool oit=false) |
static void | render (const QSSGRenderContextInterface &ctx, const QSSGRhiGraphicsPipelineState &ps, const QSSGRenderableObjectList &sortedTransparentObjects) |
Public Attributes | |
QSSGRenderableObjectList | sortedTransparentObjects |
QSSGRhiGraphicsPipelineState | ps |
QSSGShaderFeatures | shaderFeatures |
Additional Inherited Members | |
Public Types inherited from QSSGRenderPass | |
enum class | Type { Standalone , Main , Extension } |
Definition at line 241 of file qssgrenderpass_p.h.
|
inlinefinalvirtual |
Implements QSSGRenderPass.
Definition at line 260 of file qssgrenderpass_p.h.
References QSSGRenderPass::Main.
|
static |
Definition at line 864 of file qssgrenderpass.cpp.
|
static |
Definition at line 889 of file qssgrenderpass.cpp.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 930 of file qssgrenderpass.cpp.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 906 of file qssgrenderpass.cpp.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 946 of file qssgrenderpass.cpp.
QSSGRhiGraphicsPipelineState TransparentPass::ps |
Definition at line 264 of file qssgrenderpass_p.h.
QSSGShaderFeatures TransparentPass::shaderFeatures |
Definition at line 265 of file qssgrenderpass_p.h.
QSSGRenderableObjectList TransparentPass::sortedTransparentObjects |
Definition at line 263 of file qssgrenderpass_p.h.