![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Forward Pass. More...
#include <passes.h>
Inheritance diagram for BlamForwardPass:
Collaboration diagram for BlamForwardPass:Public Member Functions | |
| BlamForwardPass () | |
Public Member Functions inherited from BlamRenderPass | |
| BlamRenderPass (std::string _id) | |
| void | Execute (float delta) |
| std::string | GetID () |
| bgfx::ViewId | GetViewID () |
| float | GetExecutionTime () |
| std::map< std::string, float > | GetPerformanceStats () |
| virtual void | RecreateBuffers (BlamVector2 size) |
Protected Member Functions | |
| void | _Execute (float delta) override |
Protected Member Functions inherited from BlamRenderPass | |
| void | WritePerformanceStat (std::string key) |
| void | WritePerformanceStat (std::string key, float value) |
| void | IncrementPerformanceStat (std::string key, float value) |
Additional Inherited Members | |
Public Attributes inherited from BlamRenderPass | |
| bool | enabled = true |
| bool | has_multiple_views = false |
| int | view_id_count = 1 |
Forward Pass.
| BlamForwardPass::BlamForwardPass | ( | ) |
|
overrideprotectedvirtual |