![]() |
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 Attributes | |
| static constexpr int | MaxBuckets = 8 |
Additional Inherited Members | |
| Public Types inherited from QSSGRenderPass | |
| enum class | Type { Standalone , Main , Extension } |
Definition at line 66 of file qssgrenderpass_p.h.
|
inlinefinalvirtual |
Implements QSSGRenderPass.
Definition at line 71 of file qssgrenderpass_p.h.
References QSSGRenderPass::Standalone.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 127 of file qssgrenderpass.cpp.
References enabled, and MaxBuckets.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 59 of file qssgrenderpass.cpp.
|
finalvirtual |
| QSSGRenderCamera* MotionVectorMapPass::camera = nullptr |
Definition at line 78 of file qssgrenderpass_p.h.
Referenced by renderPrep(), and resetForFrame().
| bool MotionVectorMapPass::enabled = false |
Definition at line 80 of file qssgrenderpass_p.h.
Referenced by renderPass(), and renderPrep().
|
staticconstexpr |
Definition at line 76 of file qssgrenderpass_p.h.
Referenced by renderPass().
| QSSGRenderMotionVectorMapPtr MotionVectorMapPass::motionVectorMapManager |
Definition at line 81 of file qssgrenderpass_p.h.
| QSSGRenderableObjectList MotionVectorMapPass::motionVectorPassObjects[MaxBuckets] |
Definition at line 77 of file qssgrenderpass_p.h.
| QSSGRhiGraphicsPipelineState MotionVectorMapPass::ps |
Definition at line 79 of file qssgrenderpass_p.h.
| QSSGRhiRenderableTexture* MotionVectorMapPass::rhiMotionVectorTexture = nullptr |
Definition at line 74 of file qssgrenderpass_p.h.