![]() |
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 Types | |
| enum class | Type { Standalone , Main , Extension } |
Public Member Functions | |
| virtual | ~QSSGRenderPass () |
| virtual void | renderPrep (QSSGRenderer &renderer, QSSGLayerRenderData &data)=0 |
| virtual void | renderPass (QSSGRenderer &renderer)=0 |
| virtual Type | passType () const =0 |
| virtual void | resetForFrame ()=0 |
Definition at line 42 of file qssgrenderpass_p.h.
|
strong |
| Enumerator | |
|---|---|
| Standalone | |
| Main | |
| Extension | |
Definition at line 45 of file qssgrenderpass_p.h.
|
virtual |
Definition at line 51 of file qssgrenderpass.cpp.
|
pure virtual |
Implemented in DebugDrawPass, DepthMapPass, InfiniteGridPass, Item2DPass, MotionVectorMapPass, NormalPass, OITCompositePass, OITRenderPass, OpaquePass, ReflectionMapPass, ScreenMapPass, ScreenReflectionPass, ShadowMapPass, SkyboxCubeMapPass, SkyboxPass, SSAOMapPass, TransparentPass, UserExtensionPass, UserRenderPass, and ZPrePassPass.
|
pure virtual |
Implemented in DebugDrawPass, DepthMapPass, InfiniteGridPass, Item2DPass, MotionVectorMapPass, NormalPass, OITCompositePass, OITRenderPass, OpaquePass, ReflectionMapPass, ScreenMapPass, ScreenReflectionPass, ShadowMapPass, SkyboxCubeMapPass, SkyboxPass, SSAOMapPass, TransparentPass, UserExtensionPass, UserRenderPass, and ZPrePassPass.
|
pure virtual |
Implemented in DebugDrawPass, DepthMapPass, InfiniteGridPass, Item2DPass, MotionVectorMapPass, NormalPass, OITCompositePass, OITRenderPass, OpaquePass, ReflectionMapPass, ScreenMapPass, ScreenReflectionPass, ShadowMapPass, SkyboxCubeMapPass, SkyboxPass, SSAOMapPass, TransparentPass, UserExtensionPass, UserRenderPass, and ZPrePassPass.
|
pure virtual |
Implemented in DebugDrawPass, DepthMapPass, InfiniteGridPass, Item2DPass, MotionVectorMapPass, NormalPass, OITCompositePass, OITRenderPass, OpaquePass, ReflectionMapPass, ScreenMapPass, ScreenReflectionPass, ShadowMapPass, SkyboxCubeMapPass, SkyboxPass, SSAOMapPass, TransparentPass, UserExtensionPass, UserRenderPass, and ZPrePassPass.