Extract builtin forward main-scene graph builder
This commit is contained in:
@@ -39,6 +39,9 @@ namespace Rendering {
|
||||
class RenderSurface;
|
||||
|
||||
namespace Pipelines {
|
||||
namespace Internal {
|
||||
struct BuiltinForwardMainSceneGraphBuilder;
|
||||
} // namespace Internal
|
||||
} // namespace Pipelines
|
||||
|
||||
namespace Pipelines {
|
||||
@@ -381,6 +384,8 @@ private:
|
||||
RHI::RHIResourceView* m_skyboxBoundPanoramicTextureView = nullptr;
|
||||
RHI::RHIResourceView* m_skyboxBoundCubemapTextureView = nullptr;
|
||||
SceneRenderFeatureHost m_forwardSceneFeatureHost;
|
||||
|
||||
friend struct Internal::BuiltinForwardMainSceneGraphBuilder;
|
||||
};
|
||||
|
||||
class BuiltinForwardPipelineAsset final : public RenderPipelineAsset {
|
||||
|
||||
Reference in New Issue
Block a user