Inherits AZ::RPI::FeatureProcessor.
Inherited by AZ::Render::SkyAtmosphereFeatureProcessor.
Public Types | |
| using | AtmosphereId = RHI::Handle< uint16_t, SkyAtmosphereFeatureProcessorInterface > |
Public Member Functions | |
| AZ_RTTI (AZ::Render::SkyAtmosphereFeatureProcessorInterface, "{00C9FD3D-2A1B-49EA-97E3-952EF6C1C451}") | |
| virtual AtmosphereId | CreateAtmosphere ()=0 |
| virtual void | ReleaseAtmosphere (AtmosphereId id)=0 |
| virtual void | SetAtmosphereParams (AtmosphereId id, const SkyAtmosphereParams ¶ms)=0 |
| virtual void | SetAtmosphereEnabled (AtmosphereId id, bool enabled)=0 |
| virtual bool | GetAtmosphereEnabled (AtmosphereId id)=0 |
Public Member Functions inherited from AZ::RPI::FeatureProcessor | |
| AZ_RTTI (FeatureProcessor, "{B8027170-C65C-4237-964D-B557FC9D7575}") | |
| AZ_CLASS_ALLOCATOR (FeatureProcessor, AZ::SystemAllocator) | |
| Scene * | GetParentScene () const |
| virtual void | Activate () |
| Perform any necessary activation and gives access to owning Scene. | |
| virtual void | Deactivate () |
| Perform any necessary deactivation. | |
| virtual void | ApplyRenderPipelineChange (RenderPipeline *pipeline) |
| virtual void | AddRenderPasses (RenderPipeline *pipeline) |
| virtual void | PrepareViews (const PrepareViewsPacket &, AZStd::vector< AZStd::pair< PipelineViewTag, ViewPtr > > &) |
| virtual void | Simulate (const SimulatePacket &) |
| virtual void | Render (const RenderPacket &) |
| virtual void | OnEndCulling (const RenderPacket &) |
| virtual void | OnRenderEnd () |
Additional Inherited Members | |
Protected Member Functions inherited from AZ::RPI::FeatureProcessor | |
| void | EnableSceneNotification () |
| void | DisableSceneNotification () |
|
pure virtual |
Implemented in AZ::Render::SkyAtmosphereFeatureProcessor.