![]() |
Lysa
0.0
Lysa 3D Engine
|
Inheritance diagram for DepthPrepass:Public Member Functions | |
| DepthPrepass (const RenderingConfiguration &config, bool withStencil) | |
| void | render (vireo::CommandList &commandList, const Scene &scene, const std::shared_ptr< vireo::RenderTarget > &depthAttachment) |
| void | updatePipelines (const std::unordered_map< pipeline_id, std::vector< std::shared_ptr< Material >>> &pipelineIds) |
Public Member Functions inherited from Renderpass | |
| Renderpass (const RenderingConfiguration &config, const std::string &name) | |
| virtual void | resize (const vireo::Extent &extent, const std::shared_ptr< vireo::CommandList > &commandList) |
| virtual void | update (uint32 frameIndex) |
| virtual | ~Renderpass () = default |
| Renderpass (Renderpass &) = delete | |
| Renderpass & | operator= (Renderpass &) = delete |
Additional Inherited Members | |
Protected Member Functions inherited from Renderpass | |
| std::shared_ptr< vireo::ShaderModule > | loadShader (const std::string &shaderName) const |
Protected Attributes inherited from Renderpass | |
| const std::string | name |
| const RenderingConfiguration & | config |
| DepthPrepass | ( | const RenderingConfiguration & | config, |
| bool | withStencil | ||
| ) |
| void render | ( | vireo::CommandList & | commandList, |
| const Scene & | scene, | ||
| const std::shared_ptr< vireo::RenderTarget > & | depthAttachment | ||
| ) |
| void updatePipelines | ( | const std::unordered_map< pipeline_id, std::vector< std::shared_ptr< Material >>> & | pipelineIds | ) |