![]() |
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 | |
| QSSGRenderLayer * | layer = nullptr |
| QRhiRenderPassDescriptor * | rpDesc = nullptr |
| QSSGRhiGraphicsPipelineState | ps |
| bool | skipTonemapping = false |
| bool | ready = false |
| int | scaleDivisor = 1 |
| QSSGRhiShaderPipelinePtr | pipeline |
| QRhiShaderResourceBindings * | backgroundSrb = nullptr |
| QSSGRhiRenderableTexture * | offscreenTexture = nullptr |
Additional Inherited Members | |
| Public Types inherited from QSSGRenderPass | |
| enum class | Type { Standalone , Main , Extension } |
Definition at line 205 of file qssgrenderpass_p.h.
|
inlinefinalvirtual |
Implements QSSGRenderPass.
Definition at line 210 of file qssgrenderpass_p.h.
References QSSGRenderPass::Main.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 1312 of file qssgrenderpass.cpp.
References ready, and scaleDivisor.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 1184 of file qssgrenderpass.cpp.
References ready, and scaleDivisor.
|
finalvirtual |
Implements QSSGRenderPass.
Definition at line 1350 of file qssgrenderpass.cpp.
References ready, and scaleDivisor.
| QRhiShaderResourceBindings* SkyMaterialBackgroundPass::backgroundSrb = nullptr |
Definition at line 220 of file qssgrenderpass_p.h.
| QSSGRenderLayer* SkyMaterialBackgroundPass::layer = nullptr |
Definition at line 213 of file qssgrenderpass_p.h.
| QSSGRhiRenderableTexture* SkyMaterialBackgroundPass::offscreenTexture = nullptr |
Definition at line 222 of file qssgrenderpass_p.h.
| QSSGRhiShaderPipelinePtr SkyMaterialBackgroundPass::pipeline |
Definition at line 219 of file qssgrenderpass_p.h.
| QSSGRhiGraphicsPipelineState SkyMaterialBackgroundPass::ps |
Definition at line 215 of file qssgrenderpass_p.h.
| bool SkyMaterialBackgroundPass::ready = false |
Definition at line 217 of file qssgrenderpass_p.h.
Referenced by renderPass(), renderPrep(), and resetForFrame().
| QRhiRenderPassDescriptor* SkyMaterialBackgroundPass::rpDesc = nullptr |
Definition at line 214 of file qssgrenderpass_p.h.
| int SkyMaterialBackgroundPass::scaleDivisor = 1 |
Definition at line 218 of file qssgrenderpass_p.h.
Referenced by renderPass(), renderPrep(), and resetForFrame().
| bool SkyMaterialBackgroundPass::skipTonemapping = false |
Definition at line 216 of file qssgrenderpass_p.h.