mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Clip posteffect color to respective nodes
This commit is contained in:
parent
5aeaf20849
commit
07b17760ba
21 changed files with 883 additions and 105 deletions
|
@ -36,6 +36,7 @@ struct PipelineContext
|
|||
ShadowRenderer *shadow_renderer;
|
||||
video::SColor clear_color;
|
||||
v2u32 target_size;
|
||||
video::SColorf wield_post_color{0.0f, 0.0f, 0.0f, 0.0f};
|
||||
|
||||
bool show_hud {true};
|
||||
bool draw_wield_tool {true};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue