Open 3D Engine Atom Gem API Reference  23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::RHI::FrameGraphBuilder Class Referenceabstract

Inherited by AZ::RHI::FrameScheduler.

Public Member Functions

virtual
FrameGraphAttachmentInterface 
GetAttachmentDatabase ()=0
 
virtual ResultCode ImportScopeProducer (ScopeProducer &scopeProducer)=0
 

Member Function Documentation

virtual FrameGraphAttachmentInterface AZ::RHI::FrameGraphBuilder::GetAttachmentDatabase ( )
pure virtual

Returns the frame graph attachment builder, which allows the user to declare global attachments.

Implemented in AZ::RHI::FrameScheduler.

virtual ResultCode AZ::RHI::FrameGraphBuilder::ImportScopeProducer ( ScopeProducer scopeProducer)
pure virtual

Imports a scope producer into the frame graph. Scope producers are prepared in the order they are imported, however the compile phase runs a topological sort based on the attachment and explicit scope dependencies.

Implemented in AZ::RHI::FrameScheduler.


The documentation for this class was generated from the following file: