![]() |
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 () |
Public Attributes | |
| const QSSGRhiRenderableTexture * | rhiDepthTexture = nullptr |
| const QSSGRenderCamera * | camera = nullptr |
| QSSGAmbientOcclusionSettings | aoSettings |
| QSSGRhiGraphicsPipelineState | ps |
| QSSGRhiRenderableTexture * | rhiAoTexture = nullptr |
| QSSGRhiShaderPipelinePtr | ssaoShaderPipeline |
Additional Inherited Members | |
| Public Types inherited from QSSGRenderPass | |
| enum class | Type { Standalone , Main , Extension } |
Definition at line 106 of file qssgrenderpass_p.h.
|
inlinefinalvirtual |
Implements QSSGRenderPass.
Definition at line 111 of file qssgrenderpass_p.h.
References QSSGRenderPass::Standalone.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 316 of file qssgrenderpass.cpp.
|
finalvirtual |
|
finalvirtual |
| QSSGAmbientOcclusionSettings SSAOMapPass::aoSettings |
Definition at line 116 of file qssgrenderpass_p.h.
| const QSSGRenderCamera* SSAOMapPass::camera = nullptr |
Definition at line 115 of file qssgrenderpass_p.h.
Referenced by renderPrep(), and resetForFrame().
| QSSGRhiGraphicsPipelineState SSAOMapPass::ps |
Definition at line 117 of file qssgrenderpass_p.h.
| QSSGRhiRenderableTexture* SSAOMapPass::rhiAoTexture = nullptr |
Definition at line 118 of file qssgrenderpass_p.h.
| const QSSGRhiRenderableTexture* SSAOMapPass::rhiDepthTexture = nullptr |
Definition at line 114 of file qssgrenderpass_p.h.
| QSSGRhiShaderPipelinePtr SSAOMapPass::ssaoShaderPipeline |
Definition at line 119 of file qssgrenderpass_p.h.