|
| C3D_API | BackgroundRenderer (crg::FramePassGroup &graph, crg::FramePassArray const &previousPasses, RenderDevice const &device, ProgressBar *progress, SceneBackground &background, HdrConfigUbo const &hdrConfigUbo, SceneUbo const &sceneUbo, crg::ImageViewIdArray const &colour, bool clearColour, bool clearDepth, bool forceVisible, crg::ImageViewIdArray const &depth, crg::ImageViewId const *depthObj) |
| |
| | BackgroundRenderer (crg::FramePassGroup &graph, crg::FramePass const *previousPass, RenderDevice const &device, ProgressBar *progress, SceneBackground &background, HdrConfigUbo const &hdrConfigUbo, SceneUbo const &sceneUbo, crg::ImageViewId const &colour, bool clearColour=true, bool forceVisible=false) |
| |
| | BackgroundRenderer (crg::FramePassGroup &graph, crg::FramePass const *previousPass, RenderDevice const &device, ProgressBar *progress, SceneBackground &background, HdrConfigUbo const &hdrConfigUbo, SceneUbo const &sceneUbo, crg::ImageViewId const &colour, bool clearColour, bool clearDepth, bool forceVisible, crg::ImageViewId const &depth, crg::ImageViewId const *depthObj) |
| |
| | BackgroundRenderer (crg::FramePassGroup &graph, crg::FramePassArray const &previousPasses, RenderDevice const &device, ProgressBar *progress, SceneBackground &background, HdrConfigUbo const &hdrConfigUbo, SceneUbo const &sceneUbo, crg::ImageViewIdArray const &colour, bool clearColour, bool clearDepth, bool forceVisible, crg::ImageViewId const &depth, crg::ImageViewId const *depthObj) |
| |
| C3D_API | ~BackgroundRenderer () noexcept |
| |
| C3D_API void | update (CpuUpdater &updater) |
| | Updates the render pass, CPU wise.
|
| |
| C3D_API void | update (GpuUpdater &updater) |
| | Updates the render pass, GPU wise.
|
| |
| crg::FramePass const & | getPass () const noexcept |
| |